diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d2999de..74c175a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 1ccacd2..03f015d 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.6.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.7.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index e2b2374..7c0e133 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.6.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate/v0.7.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 a3618f6..fb1290e 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.6.0 + :commits-since: v0.7.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/doc-source/usage.rst b/doc-source/usage.rst index 9a04c1d..7cb5c14 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.6.0 + :rev: 0.7.0 :hooks: formate :args: --verbose diff --git a/formate/__init__.py b/formate/__init__.py index 3fb89c3..9660ef8 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.6.0" +__version__: str = "0.7.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 2102719..4753774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "formate" -version = "0.6.0" +version = "0.7.0" description = "Python formatting mate." readme = "README.rst" keywords = [ "formatting", "linting",] diff --git a/repo_helper.yml b/repo_helper.yml index 6707630..8fc357d 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.6.0' +version: '0.7.0' license: 'MIT' short_desc: 'Python formatting mate.' primary_conda_channel: "domdfcoding"