summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-04-29 13:41:34 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-04-29 13:43:02 -0700
commitdfbdfb267ee4d0aa348d45fccbddccf60d53089c (patch)
tree0f891de5e6af6377781375347eda66032d865491
parent9dff5e863d7ffaed3fa7e24a37f4d0cce535b624 (diff)
downloadnumpydoc-dfbdfb267ee4d0aa348d45fccbddccf60d53089c.tar.gz
Designate 1.3 releasev1.3.0
-rw-r--r--doc/release_notes.rst2
-rw-r--r--numpydoc/_version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/release_notes.rst b/doc/release_notes.rst
index 9cf9141..257898f 100644
--- a/doc/release_notes.rst
+++ b/doc/release_notes.rst
@@ -25,7 +25,7 @@ Release date: 29 April 2022
Requires Python 3.7+ and Sphinx 3.0+.
-`Full Changelog <https://github.com/numpy/numpydoc/compare/v1.2.1...v1.3>`__
+`Full Changelog <https://github.com/numpy/numpydoc/compare/v1.2.1...v1.3.0>`__
Closed issues
~~~~~~~~~~~~~
diff --git a/numpydoc/_version.py b/numpydoc/_version.py
index e6bee93..6f4fa58 100644
--- a/numpydoc/_version.py
+++ b/numpydoc/_version.py
@@ -1 +1 @@
-__version__ = '1.3rc2.dev0'
+__version__ = '1.3'