From f26d82d8ce7e1ae27b3485c6ac5f8d322d596465 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Thu, 15 Jun 2023 13:31:51 +0100 Subject: [PATCH] Bump version v0.9.0.post1 -> v0.10.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- enum_tools/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c014a4a..f3ddbcf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0.post1 +current_version = 0.10.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 6ce1887..7c236c0 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -57,7 +57,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld enum_tools=0.9.0.post1=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld enum_tools=0.10.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index e06c781..e977051 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ Enum Tools .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/enum_tools :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.9.0.post1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.10.0 :target: https://github.com/domdfcoding/enum_tools/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 593aed8..24245d5 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -116,7 +116,7 @@ Enum Tools :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.9.0.post1 + :commits-since: v0.10.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/enum_tools/__init__.py b/enum_tools/__init__.py index 89ecf7a..4acedfb 100644 --- a/enum_tools/__init__.py +++ b/enum_tools/__init__.py @@ -33,7 +33,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "GNU Lesser General Public License v3 or later (LGPLv3+)" -__version__: str = "0.9.0.post1" +__version__: str = "0.10.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = [ diff --git a/pyproject.toml b/pyproject.toml index 6d2c287..9251dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "enum_tools" -version = "0.9.0.post1" +version = "0.10.0" description = "Tools to expand Python's enum module." readme = "README.rst" keywords = [ "documentation", "enum", "sphinx", "sphinx-extension",] diff --git a/repo_helper.yml b/repo_helper.yml index ddcd51b..ffb4d78 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -4,7 +4,7 @@ modname: enum_tools copyright_years: "2020-2022" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "0.9.0.post1" +version: "0.10.0" username: "domdfcoding" license: 'LGPLv3+' short_desc: "Tools to expand Python's enum module."