From fba81ad9511614cf0d36b3bf7ffc24f227c94d53 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Fri, 28 Apr 2023 20:17:15 +0100 Subject: [PATCH] Bump version v0.4.10 -> v0.5.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 ed311f6..3c7feca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.10 +current_version = 0.5.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 7e6c251..82d0d3d 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.4.10=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.5.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index 94554ad..bddbfb8 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.4.10 +.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate/v0.5.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 cd2f64f..6772daa 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.4.10 + :commits-since: v0.5.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/doc-source/usage.rst b/doc-source/usage.rst index 01a2836..b812a4b 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.4.10 + :rev: 0.5.0 :hooks: formate :args: --verbose diff --git a/formate/__init__.py b/formate/__init__.py index 2c1fe18..02b24d5 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.4.10" +__version__: str = "0.5.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 c34710e..630aa76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "formate" -version = "0.4.10" +version = "0.5.0" description = "Python formatting mate." readme = "README.rst" keywords = [ "formatting", "linting",] diff --git a/repo_helper.yml b/repo_helper.yml index e1ba3c5..685a00c 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.4.10' +version: '0.5.0' license: 'MIT' short_desc: 'Python formatting mate.' primary_conda_channel: "domdfcoding"