Skip to content

Commit a5f5700

Browse files
committed
Bump version v0.6.0 -> v0.7.0
1 parent c268f4d commit a5f5700

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.6.0=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.7.0=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See `the documentation`_ for more information.
111111
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate
112112
:alt: GitHub top language
113113

114-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate/v0.6.0
114+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate/v0.7.0
115115
:target: https://github.com/python-formate/formate/pulse
116116
:alt: GitHub commits since tagged version
117117

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ formate
112112
:alt: GitHub top language
113113

114114
.. |commits-since| github-shield::
115-
:commits-since: v0.6.0
115+
:commits-since: v0.7.0
116116
:alt: GitHub commits since tagged version
117117

118118
.. |commits-latest| github-shield::

doc-source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To do so, add the following to your
2626
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:
2727

2828
.. pre-commit::
29-
:rev: 0.6.0
29+
:rev: 0.7.0
3030
:hooks: formate
3131
:args: --verbose
3232

formate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
__author__: str = "Dominic Davis-Foster"
5050
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5151
__license__: str = "MIT License"
52-
__version__: str = "0.6.0"
52+
__version__: str = "0.7.0"
5353
__email__: str = "dominic@davis-foster.co.uk"
5454

5555
__all__ = ("call_hooks", "reformat_file", "Reformatter", "isort_hook", "yapf_hook")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "formate"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Python formatting mate."
99
readme = "README.rst"
1010
keywords = [ "formatting", "linting",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '0.6.0'
9+
version: '0.7.0'
1010
license: 'MIT'
1111
short_desc: 'Python formatting mate.'
1212
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)