We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250eb66 commit 7300108Copy full SHA for 7300108
numpydoc/__init__.py
@@ -2,7 +2,7 @@
2
This package provides the numpydoc Sphinx extension for handling docstrings
3
formatted according to the NumPy documentation format.
4
"""
5
-__version__ = '1.3.dev0'
+__version__ = '1.2.1'
6
7
8
def setup(app, *args, **kwargs):
0 commit comments