Skip to content

Commit 0c7f017

Browse files
committed
Designate 1.8.0rc1 release
1 parent a63a1e1 commit 0c7f017

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

README.rst

-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
numpydoc -- Numpy's Sphinx extensions
33
=====================================
44

5-
.. image:: https://readthedocs.org/projects/numpydoc/badge/?version=latest
6-
:alt: Documentation Status
7-
:scale: 100%
8-
:target: https://numpydoc.readthedocs.io/en/latest/
9-
10-
.. image:: https://codecov.io/gh/numpy/numpydoc/branch/main/graph/badge.svg
11-
:target: https://app.codecov.io/gh/numpy/numpydoc/branch/main
12-
13-
.. image:: https://github.com/numpy/numpydoc/actions/workflows/test.yml/badge.svg?branch=main
14-
:target: https://github.com/numpy/numpydoc/actions/workflows/test.yml
15-
165
This package provides the ``numpydoc`` Sphinx extension for handling
176
docstrings formatted according to the NumPy documentation format.
187
The extension also adds the code description directives

doc/release/notes.rst

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

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

66
Enhancements
77
------------

numpydoc/_version.py

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

0 commit comments

Comments
 (0)