Skip to content

Commit 6934698

Browse files
committed
Bump version v0.2.4 -> v0.2.5
1 parent 59358ed commit 6934698

File tree

7 files changed

+8
-8
lines changed

7 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.2.4
2+
current_version = 0.2.5
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ formate
9191
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/formate
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.2.4
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/formate/v0.2.5
9595
:target: https://github.com/repo-helper/formate/pulse
9696
:alt: GitHub commits since tagged version
9797

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.2.4"
29+
__version__ = "0.2.5"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ formate
9393
:alt: GitHub top language
9494

9595
.. |commits-since| github-shield::
96-
:commits-since: v0.2.4
96+
:commits-since: v0.2.5
9797
:alt: GitHub commits since tagged version
9898

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

doc-source/usage.rst

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

2121
.. pre-commit::
22-
:rev: 0.2.4
22+
:rev: 0.2.5
2323
:hooks: formate
2424
:args: --verbose
2525

formate/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
__author__: str = "Dominic Davis-Foster"
5151
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5252
__license__: str = "MIT License"
53-
__version__: str = "0.2.4"
53+
__version__: str = "0.2.5"
5454
__email__: str = "dominic@davis-foster.co.uk"
5555

5656
# TODO: Ideas for hooks
@@ -67,7 +67,7 @@ def call_hooks(hooks: Iterable[Hook], source: str, filename: PathLike) -> str:
6767
6868
:returns: The reformatted source.
6969
70-
.. versionchanged:: 0.2.4 Added the ``filename`` argument.
70+
.. versionchanged:: 0.2.5 Added the ``filename`` argument.
7171
"""
7272

7373
for hook in hooks:

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.2.4'
9+
version: '0.2.5'
1010
license: 'MIT'
1111
short_desc: 'Python formatting mate.'
1212

0 commit comments

Comments
 (0)