We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb6812 commit ec75b72Copy full SHA for ec75b72
doc/release/notes.rst
@@ -1,7 +1,7 @@
1
-1.8.0rc1
+1.8.0rc2
2
========
3
4
-We're happy to announce the release of numpydoc 1.8.0rc1!
+We're happy to announce the release of numpydoc 1.8.0rc2!
5
6
Enhancements
7
------------
@@ -41,6 +41,7 @@ Maintenance
41
- Fix navbar for documentation pages (`#569 <https://github.com/numpy/numpydoc/pull/569>`_).
42
- [pre-commit.ci] pre-commit autoupdate (`#570 <https://github.com/numpy/numpydoc/pull/570>`_).
43
- docscrape: fixes from SciPy (`#576 <https://github.com/numpy/numpydoc/pull/576>`_).
44
+- MAINT: Remove scale to work around PyPI bug (`#578 <https://github.com/numpy/numpydoc/pull/578>`_).
45
46
Contributors
47
numpydoc/_version.py
@@ -1 +1 @@
-__version__ = "1.8.0rc2.dev0"
+__version__ = "1.8.0rc2"
0 commit comments