File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,13 @@ Role ``del`` also works:
5454Change Log
5555==========
5656
57+ 2021-02-11 1.0
58+ --------------
59+
60+ .. sectionauthor :: Shengyu Zhang
61+
62+ Release 1.0 stable.
63+
57642021-02-12 1.0a0
5865----------------
5966
Original file line number Diff line number Diff line change 2222 long_description_content_type = 'text/x-rst' ,
2323 zip_safe = False ,
2424 classifiers = [
25- 'Development Status :: 3 - Alpha ' ,
25+ 'Development Status :: 5 - Production/Stable ' ,
2626 'Environment :: Plugins' ,
2727 'Framework :: Sphinx' ,
2828 'Framework :: Sphinx :: Extension' ,
Original file line number Diff line number Diff line change 2525__author__ = 'Shengyu Zhang'
2626__description__ = 'Sphinx extension for HTML strikethrough text support'
2727__license__ = 'BSD'
28- __version__ = '1.0a0 '
28+ __version__ = '1.0 '
2929__url__ = 'https://sphinx-notes.github.io/strike'
3030__keywords__ = 'documentation, sphinx, extension'
3131
You can’t perform that action at this time.
0 commit comments