summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-10-04 14:48:30 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-10-04 14:48:30 -0700
commit26cfa5847df5cdd6c0fa49c9be410fdfac2c7afe (patch)
treec7161ebec479c692bd022ba58a776f93325ff8b5
parent664e7144ece8f0779b18f6282ed7a42e35f130ab (diff)
downloadnumpydoc-26cfa5847df5cdd6c0fa49c9be410fdfac2c7afe.tar.gz
Designate 1.5.0rc1 releasev1.5.0rc1
-rw-r--r--doc/release_notes.rst10
-rw-r--r--numpydoc/_version.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/release_notes.rst b/doc/release_notes.rst
index 261b14b..54cb05b 100644
--- a/doc/release_notes.rst
+++ b/doc/release_notes.rst
@@ -17,6 +17,16 @@ Release notes
For release notes (sparsely) kept prior to 1.0.0, look at the `releases page
on GitHub <https://github.com/numpy/numpydoc/releases>`__.
+
+1.5.0
+-----
+
+Release date: TBD
+
+Requires Python 3.7+ and Sphinx 4.2+.
+
+`Full Changelog <https://github.com/numpy/numpydoc/compare/v1.4.0...v1.5.0rc1>`__
+
1.4.0
-----
diff --git a/numpydoc/_version.py b/numpydoc/_version.py
index 350c905..24487e4 100644
--- a/numpydoc/_version.py
+++ b/numpydoc/_version.py
@@ -1 +1 @@
-__version__ = "1.5.dev0"
+__version__ = "1.5.0rc1"