Skip to content

Commit 7300108

Browse files
committed
Designate 1.2.1 release
1 parent 250eb66 commit 7300108

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.3.dev0'
5+
__version__ = '1.2.1'
66

77

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

0 commit comments

Comments
 (0)