From 7aa9605f708f44529ac974839d7e4b1570d50c4f Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 9 Jan 2024 16:21:35 +0000 Subject: [PATCH] Bump version v1.6.0 -> v1.7.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- setup.cfg | 2 +- shippinglabel/__init__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b22a369..70fcfd2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.7.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 0ae39b1..f45b661 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 shippinglabel=1.6.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld shippinglabel=1.7.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 3154064..52185e0 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ shippinglabel .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/shippinglabel :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/shippinglabel/v1.6.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/shippinglabel/v1.7.0 :target: https://github.com/domdfcoding/shippinglabel/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index f9f7bb5..4bc7b4b 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ shippinglabel :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v1.6.0 + :commits-since: v1.7.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 195be87..1beb9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "shippinglabel" -version = "1.6.0" +version = "1.7.0" description = "Utilities for handling packages." readme = "README.rst" requires-python = ">=3.6.1" diff --git a/repo_helper.yml b/repo_helper.yml index ef7415c..98a2935 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -5,7 +5,7 @@ copyright_years: '2020-2022' author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'domdfcoding' -version: '1.6.0' +version: '1.7.0' license: 'MIT' short_desc: 'Utilities for handling packages.' diff --git a/setup.cfg b/setup.cfg index a32265f..33665ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = shippinglabel -version = 1.6.0 +version = 1.7.0 author = Dominic Davis-Foster author_email = dominic@davis-foster.co.uk license = MIT License diff --git a/shippinglabel/__init__.py b/shippinglabel/__init__.py index b853eca..94050cd 100644 --- a/shippinglabel/__init__.py +++ b/shippinglabel/__init__.py @@ -50,7 +50,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "1.6.0" +__version__: str = "1.7.0" __email__: str = "dominic@davis-foster.co.uk"