From fd77800c4fe60367bdd74c1e5efebb5ccf82b45f Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 20 Jan 2022 17:33:31 -0800 Subject: Designate 1.2rc1 release --- numpydoc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpydoc') 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): -- cgit v1.2.1