summaryrefslogtreecommitdiff
path: root/numpydoc
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-01-20 17:33:31 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2022-01-20 17:33:31 -0800
commitfd77800c4fe60367bdd74c1e5efebb5ccf82b45f (patch)
treef707bfeb4ce464bb7a6c5f7a03e2824bdf7d4fa4 /numpydoc
parente9384ce346359cbec556454ae69c1af44d6a9017 (diff)
downloadnumpydoc-fd77800c4fe60367bdd74c1e5efebb5ccf82b45f.tar.gz
Designate 1.2rc1 releasenumpydoc-1.2rc1
Diffstat (limited to 'numpydoc')
-rw-r--r--numpydoc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpydoc/__init__.py b/numpydoc/__init__.py
index d07fba7..f4c979c 100644
--- a/numpydoc/__init__.py
+++ b/numpydoc/__init__.py
@@ -2,7 +2,7 @@
This package provides the numpydoc Sphinx extension for handling docstrings
formatted according to the NumPy documentation format.
"""
-__version__ = '1.2.dev0'
+__version__ = '1.2rc1'
def setup(app, *args, **kwargs):