From 092d9959e3d03fb957474e8ddd108518f714be79 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 31 Jan 2022 14:48:26 +0000 Subject: [PATCH] Bump version v0.8.0 -> v0.9.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 48d59b2..81229ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.9.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 3b8aea3..ee3066a 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -48,7 +48,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld enum_tools=0.8.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld enum_tools=0.9.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 12976b5..0997ac5 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.8.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.9.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 fe7a29e..9a62c93 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.8.0 + :commits-since: v0.9.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/enum_tools/__init__.py b/enum_tools/__init__.py index da17f67..6f3a27c 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.8.0" +__version__: str = "0.9.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = [ diff --git a/pyproject.toml b/pyproject.toml index 5f6569a..852ed92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "enum_tools" -version = "0.8.0" +version = "0.9.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 59ed7bc..8037fb5 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.8.0" +version: "0.9.0" username: "domdfcoding" license: 'LGPLv3+' short_desc: "Tools to expand Python's enum module."