From 0f2f47cd6fa559f662d1d7fc9ca167672ef31fcf Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 14 Aug 2023 16:52:40 +0100 Subject: [PATCH] Bump version v0.5.0 -> v0.6.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- doc-source/usage.rst | 2 +- formate/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3c7feca..d2999de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 82d0d3d..1ccacd2 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 formate=0.5.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.6.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index bddbfb8..e2b2374 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ See `the documentation`_ for more information. .. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate/v0.5.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate/v0.6.0 :target: https://github.com/python-formate/formate/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 6772daa..a3618f6 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -112,7 +112,7 @@ formate :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.5.0 + :commits-since: v0.6.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/doc-source/usage.rst b/doc-source/usage.rst index b812a4b..9a04c1d 100644 --- a/doc-source/usage.rst +++ b/doc-source/usage.rst @@ -26,7 +26,7 @@ To do so, add the following to your `.pre-commit-config.yaml `_ file: .. pre-commit:: - :rev: 0.5.0 + :rev: 0.6.0 :hooks: formate :args: --verbose diff --git a/formate/__init__.py b/formate/__init__.py index 02b24d5..3fb89c3 100644 --- a/formate/__init__.py +++ b/formate/__init__.py @@ -49,7 +49,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.5.0" +__version__: str = "0.6.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = ("call_hooks", "reformat_file", "Reformatter", "isort_hook", "yapf_hook") diff --git a/pyproject.toml b/pyproject.toml index 630aa76..5788c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "formate" -version = "0.5.0" +version = "0.6.0" description = "Python formatting mate." readme = "README.rst" keywords = [ "formatting", "linting",] diff --git a/repo_helper.yml b/repo_helper.yml index 685a00c..8ca7d4b 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'python-formate' assignee: 'domdfcoding' -version: '0.5.0' +version: '0.6.0' license: 'MIT' short_desc: 'Python formatting mate.' primary_conda_channel: "domdfcoding"