diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 37b3e36..2bb6cd2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True diff --git a/README.rst b/README.rst index ebacf6d..6c63eeb 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ sphinx-highlights .. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-highlights :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-highlights/v0.3.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-highlights/v0.3.1 :target: https://github.com/sphinx-toolbox/sphinx-highlights/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index 5f291b0..10432ac 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -26,7 +26,7 @@ 2021 Dominic Davis-Foster """ -__version__ = "0.3.0" +__version__ = "0.3.1" repo_root = pathlib.Path(__file__).parent install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n') extras_require = {} diff --git a/doc-source/index.rst b/doc-source/index.rst index bc6bb21..aa28b93 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -105,7 +105,7 @@ sphinx-highlights :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.3.0 + :commits-since: v0.3.1 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 07ded11..4341d18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "sphinx-highlights" -version = "0.3.0" +version = "0.3.1" description = "Sphinx extension to display a selection of highlights from a Python library." readme = "README.rst" keywords = [ "sphinx", "documentation", "sphinx-extension",] diff --git a/repo_helper.yml b/repo_helper.yml index bd3a664..89d6d77 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk' username: 'sphinx-toolbox' assignee: 'domdfcoding' primary_conda_channel: 'domdfcoding' -version: '0.3.0' +version: '0.3.1' license: 'MIT' short_desc: 'Sphinx extension to display a selection of highlights from a Python library.' diff --git a/sphinx_highlights/__init__.py b/sphinx_highlights/__init__.py index 2941c3a..2d65730 100644 --- a/sphinx_highlights/__init__.py +++ b/sphinx_highlights/__init__.py @@ -57,7 +57,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.3.0" +__version__: str = "0.3.1" __email__: str = "dominic@davis-foster.co.uk" __all__ = [