summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'