From 42f37fea9c63e3cfb087caeba8e1f2065d958c5e Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 28 Dec 2021 22:16:33 +0000 Subject: [PATCH] Bump version v0.6.5 -> v0.7.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 57b7a2e..98ebbc6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.5 +current_version = 0.7.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 5b07118..b743de3 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.6.5=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld enum_tools=0.7.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index cf62a41..32907a9 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.6.5 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.7.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 d753eb6..80d5f2a 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.6.5 + :commits-since: v0.7.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/enum_tools/__init__.py b/enum_tools/__init__.py index 22e629d..cc0d722 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.6.5" +__version__: str = "0.7.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = [ diff --git a/pyproject.toml b/pyproject.toml index 857add6..f480028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "enum_tools" -version = "0.6.5" +version = "0.7.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 f329d28..a897463 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -4,7 +4,7 @@ modname: enum_tools copyright_years: "2020-2021" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "0.6.5" +version: "0.7.0" username: "domdfcoding" license: 'LGPLv3+' short_desc: "Tools to expand Python's enum module."