Skip to content

Commit

Permalink
Bump version v0.6.0 -> v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 20, 2023
1 parent c268f4d commit a5f5700
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.7.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion doc-source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To do so, add the following to your
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:

.. pre-commit::
:rev: 0.6.0
:rev: 0.7.0
:hooks: formate
:args: --verbose

Expand Down
2 changes: 1 addition & 1 deletion formate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a5f5700

Please sign in to comment.