We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87f876 commit 9ff24c0Copy full SHA for 9ff24c0
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.2rc2.dev0'
+__version__ = '1.2'
6
7
8
def setup(app, *args, **kwargs):
0 commit comments