Skip to content

Commit 18d278c

Browse files
committed
Bump version
1 parent 0c7f017 commit 18d278c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
516
This package provides the ``numpydoc`` Sphinx extension for handling
617
docstrings formatted according to the NumPy documentation format.
718
The extension also adds the code description directives

numpydoc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.0rc1"
1+
__version__ = "1.8.0rc2.dev0"

0 commit comments

Comments
 (0)