Skip to content

Commit 9ff24c0

Browse files
committed
Designate 1.2 release
1 parent a87f876 commit 9ff24c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpydoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This package provides the numpydoc Sphinx extension for handling docstrings
33
formatted according to the NumPy documentation format.
44
"""
5-
__version__ = '1.2rc2.dev0'
5+
__version__ = '1.2'
66

77

88
def setup(app, *args, **kwargs):

0 commit comments

Comments
 (0)