From 18d278c37514ef69a5e0be41b24f3ecb937f5079 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 24 Jul 2024 09:31:39 -0700 Subject: [PATCH] Bump version --- README.rst | 11 +++++++++++ numpydoc/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aa8b0082..87661b6f 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,17 @@ numpydoc -- Numpy's Sphinx extensions ===================================== +.. image:: https://readthedocs.org/projects/numpydoc/badge/?version=latest + :alt: Documentation Status + :scale: 100% + :target: https://numpydoc.readthedocs.io/en/latest/ + +.. image:: https://codecov.io/gh/numpy/numpydoc/branch/main/graph/badge.svg + :target: https://app.codecov.io/gh/numpy/numpydoc/branch/main + +.. image:: https://github.com/numpy/numpydoc/actions/workflows/test.yml/badge.svg?branch=main + :target: https://github.com/numpy/numpydoc/actions/workflows/test.yml + This package provides the ``numpydoc`` Sphinx extension for handling docstrings formatted according to the NumPy documentation format. The extension also adds the code description directives diff --git a/numpydoc/_version.py b/numpydoc/_version.py index d7970d64..328a21c1 100644 --- a/numpydoc/_version.py +++ b/numpydoc/_version.py @@ -1 +1 @@ -__version__ = "1.8.0rc1" +__version__ = "1.8.0rc2.dev0"