From 1c17c55214c9e24652e93ba1ab4e6bf5ff94fe30 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 11 Dec 2023 14:13:04 +0000 Subject: [PATCH] Bump version v1.5.2 -> v1.6.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- consolekit/__init__.py | 2 +- consolekit/utils.py | 2 +- consolekit/versions.py | 2 ++ doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3021c54..d8e9956 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.2 +current_version = 1.6.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 09b24cf..2c1efdb 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.2=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld consolekit=1.6.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 2bff4c0..c842503 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.2 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/consolekit/v1.6.0 :target: https://github.com/domdfcoding/consolekit/pulse :alt: GitHub commits since tagged version diff --git a/consolekit/__init__.py b/consolekit/__init__.py index 13c8057..b7b7cd4 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.5.2" +__version__: str = "1.6.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = ( diff --git a/consolekit/utils.py b/consolekit/utils.py index 700b9d1..337ce77 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.2", + current_version="1.6.0", details="Import from consolekit.tracebacks instead." ) diff --git a/consolekit/versions.py b/consolekit/versions.py index dea3337..977b43f 100644 --- a/consolekit/versions.py +++ b/consolekit/versions.py @@ -3,6 +3,8 @@ # versions.py """ Tool to get software versions. + +.. versionadded:: 1.6.0 """ # # Copyright © 2023 Dominic Davis-Foster diff --git a/doc-source/index.rst b/doc-source/index.rst index f47379e..8754ebf 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.2 + :commits-since: v1.6.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 848e081..c0e238e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "consolekit" -version = "1.5.2" +version = "1.6.0" description = "Additional utilities for click." readme = "README.rst" requires-python = ">=3.6.1" diff --git a/repo_helper.yml b/repo_helper.yml index 532eb7a..2f7dc5b 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.2' +version: '1.6.0' license: 'MIT' short_desc: 'Additional utilities for click.'