Skip to content

Commit 642c6d6

Browse files
committed
Bump version v0.4.6 -> v0.4.7
1 parent 4439dd1 commit 642c6d6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.4.6
2+
current_version = 0.4.7
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
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.4.6=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld formate=0.4.7=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
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/repo-helper/formate
112112
:alt: GitHub top language
113113

114-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.4.6
114+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.4.7
115115
:target: https://github.com/repo-helper/formate/pulse
116116
:alt: GitHub commits since tagged version
117117

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.4.6"
19+
__version__ = "0.4.7"
2020
extras_require = {}

doc-source/index.rst

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

113113
.. |commits-since| github-shield::
114-
:commits-since: v0.4.6
114+
:commits-since: v0.4.7
115115
:alt: GitHub commits since tagged version
116116

117117
.. |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.4.6
29+
:rev: 0.4.7
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.4.6"
52+
__version__: str = "0.4.7"
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.4.6"
7+
version = "0.4.7"
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: 'repo-helper'
88
assignee: 'domdfcoding'
9-
version: '0.4.6'
9+
version: '0.4.7'
1010
license: 'MIT'
1111
short_desc: 'Python formatting mate.'
1212
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)