From fcad7f2be07a81b46a273f3e64c2678ed2415863 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 22 Nov 2023 15:17:50 +0000 Subject: [PATCH] Bump version v1.5.1 -> v1.5.2 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- consolekit/__init__.py | 2 +- consolekit/utils.py | 2 +- doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e58b2b..3021c54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.1 +current_version = 1.5.2 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index a4c07a1..09b24cf 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 consolekit=1.5.1=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.5.2=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 5cf7cc2..2bff4c0 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.5.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.5.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 e41d50c..a4233ee 100644 --- a/consolekit/__init__.py +++ b/consolekit/__init__.py @@ -57,7 +57,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "1.5.1" +__version__: str = "1.5.2" __email__: str = "dominic@davis-foster.co.uk" if not bool(getattr(sys, "ps1", sys.flags.interactive)): # pragma: no cover diff --git a/consolekit/utils.py b/consolekit/utils.py index 84df81a..700b9d1 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.5.1", + current_version="1.5.2", details="Import from consolekit.tracebacks instead." ) diff --git a/doc-source/index.rst b/doc-source/index.rst index d72b115..f47379e 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.5.1 + :commits-since: v1.5.2 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 443ed78..afc8eb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "consolekit" -version = "1.5.1" +version = "1.5.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 aabaecb..d03aa95 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.5.1' +version: '1.5.2' license: 'MIT' short_desc: 'Additional utilities for click.'