From 06db47dfc2d54f15ecb85307fff7ac17a9234bbb Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 24 Jun 2024 21:10:54 +0100 Subject: [PATCH] Bump version v3.5.0 -> v3.6.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- sphinx_toolbox/__init__.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b6277d0f..8db7f48c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.5.0 +current_version = 3.6.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 52fc4512..fa548eb5 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -58,7 +58,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-toolbox=3.5.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld sphinx-toolbox=3.6.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index dcc206a2..a943edc3 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ sphinx-toolbox .. |language| image:: https://img.shields.io/github/languages/top/sphinx-toolbox/sphinx-toolbox :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-toolbox/v3.5.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/sphinx-toolbox/sphinx-toolbox/v3.6.0 :target: https://github.com/sphinx-toolbox/sphinx-toolbox/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 04a9297c..9a49c43c 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ sphinx-toolbox :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v3.5.0 + :commits-since: v3.6.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index b21c5a3d..d992499c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "sphinx-toolbox" -version = "3.5.0" +version = "3.6.0" description = "Box of handy tools for Sphinx 🧰 📔" readme = "README.rst" keywords = [ "documentation", "sphinx", "sphinx-extension",] diff --git a/repo_helper.yml b/repo_helper.yml index c374e1ac..093d042d 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: '3.5.0' +version: '3.6.0' license: 'MIT' short_desc: 'Box of handy tools for Sphinx 🧰 📔' diff --git a/sphinx_toolbox/__init__.py b/sphinx_toolbox/__init__.py index c8f052b1..d53a4a31 100644 --- a/sphinx_toolbox/__init__.py +++ b/sphinx_toolbox/__init__.py @@ -57,7 +57,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "3.5.0" +__version__: str = "3.6.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = ("setup", )