From a1bcc70daa566b25fa3a544cd2e50328c3085353 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Sun, 6 Feb 2022 21:53:44 +0000 Subject: [PATCH] Bump version v3.2.2 -> v3.2.2.post1 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- domdf_python_tools/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- setup.cfg | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ef0a4371..43f20b8f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.2 +current_version = 3.2.2.post1 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 2c9cbd02..c72f75c5 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -54,7 +54,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.2.2=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.2.2.post1=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index f92b5461..764e1164 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ domdf_python_tools .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.2.2 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.2.2.post1 :target: https://github.com/domdfcoding/domdf_python_tools/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 4dfa46c1..ce8730e2 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -108,7 +108,7 @@ domdf_python_tools :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v3.2.2 + :commits-since: v3.2.2.post1 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/domdf_python_tools/__init__.py b/domdf_python_tools/__init__.py index 10c39ef5..5141ba7b 100644 --- a/domdf_python_tools/__init__.py +++ b/domdf_python_tools/__init__.py @@ -29,7 +29,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2014-2020 Dominic Davis-Foster" __license__: str = "MIT" -__version__: str = "3.2.2" +__version__: str = "3.2.2.post1" __email__: str = "dominic@davis-foster.co.uk" __docs = False diff --git a/pyproject.toml b/pyproject.toml index 88ff844d..8feb5ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "domdf_python_tools" -version = "3.2.2" +version = "3.2.2.post1" description = "Helpful functions for Python 🐍 🛠️" readme = "README.rst" requires-python = ">=3.6" diff --git a/repo_helper.yml b/repo_helper.yml index aa3a502e..d3e49ea9 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -3,7 +3,7 @@ modname: domdf_python_tools copyright_years: "2019-2022" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "3.2.2" +version: "3.2.2.post1" username: "domdfcoding" license: 'MIT' short_desc: 'Helpful functions for Python 🐍 🛠️' diff --git a/setup.cfg b/setup.cfg index 33a462c6..8023bc9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = domdf_python_tools -version = 3.2.2 +version = 3.2.2.post1 author = Dominic Davis-Foster author_email = dominic@davis-foster.co.uk license = MIT License