diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f139cdf..d619ddc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.1 +current_version = 1.7.2 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 84cd525..c17cb16 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 consolekit=1.7.1=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.7.2=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index a070fdd..16360cc 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ consolekit .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/consolekit :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.7.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.7.2 :target: https://github.com/domdfcoding/consolekit/pulse :alt: GitHub commits since tagged version diff --git a/consolekit/__init__.py b/consolekit/__init__.py index 9608833..4405726 100644 --- a/consolekit/__init__.py +++ b/consolekit/__init__.py @@ -56,7 +56,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "1.7.1" +__version__: str = "1.7.2" __email__: str = "dominic@davis-foster.co.uk" __all__ = ( diff --git a/consolekit/utils.py b/consolekit/utils.py index 61dbaa2..9734ae0 100644 --- a/consolekit/utils.py +++ b/consolekit/utils.py @@ -79,7 +79,7 @@ _deprecator = deprecation_alias.deprecated( deprecated_in="1.0.0", removed_in="2.0.0", - current_version="1.7.1", + current_version="1.7.2", details="Import from consolekit.tracebacks instead." ) diff --git a/doc-source/index.rst b/doc-source/index.rst index d133a42..bff6b23 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ consolekit :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v1.7.1 + :commits-since: v1.7.2 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index c57fd3c..d0f6a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "consolekit" -version = "1.7.1" +version = "1.7.2" description = "Additional utilities for click." readme = "README.rst" requires-python = ">=3.6.1" diff --git a/repo_helper.yml b/repo_helper.yml index fbeff82..61e10be 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -5,7 +5,7 @@ copyright_years: '2020-2021' author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'domdfcoding' -version: '1.7.1' +version: '1.7.2' license: 'MIT' short_desc: 'Additional utilities for click.'