Skip to content

Commit ec75b72

Browse files
committed
Designate 1.8.0rc2 release
1 parent aeb6812 commit ec75b72

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/release/notes.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1.8.0rc1
1+
1.8.0rc2
22
========
33

4-
We're happy to announce the release of numpydoc 1.8.0rc1!
4+
We're happy to announce the release of numpydoc 1.8.0rc2!
55

66
Enhancements
77
------------
@@ -41,6 +41,7 @@ Maintenance
4141
- Fix navbar for documentation pages (`#569 <https://github.com/numpy/numpydoc/pull/569>`_).
4242
- [pre-commit.ci] pre-commit autoupdate (`#570 <https://github.com/numpy/numpydoc/pull/570>`_).
4343
- 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>`_).
4445

4546
Contributors
4647
------------

numpydoc/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.0rc2.dev0"
1+
__version__ = "1.8.0rc2"

0 commit comments

Comments
 (0)