Skip to content

Commit 7b5a4e5

Browse files
committed
Bump version to 1.0
1 parent b581fd4 commit 7b5a4e5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

doc/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ Role ``del`` also works:
5454
Change Log
5555
==========
5656

57+
2021-02-11 1.0
58+
--------------
59+
60+
.. sectionauthor:: Shengyu Zhang
61+
62+
Release 1.0 stable.
63+
5764
2021-02-12 1.0a0
5865
----------------
5966

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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',

sphinxnotes/strike/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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

0 commit comments

Comments
 (0)