Skip to content

Commit f9d328a

Browse files
committed
Bump version: 8.2.4 → 8.2.5
1 parent 630af35 commit f9d328a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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 = 8.2.4
2+
current_version = 8.2.5
33
commit = True
44
tag = True
55
sign_tags = True

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Overview
5050
:alt: Supported versions
5151
:target: https://pypi.org/project/pre-commit-vauxoo
5252

53-
.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v8.2.4.svg
53+
.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v8.2.5.svg
5454
:alt: Commits since latest release
55-
:target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.4...main
55+
:target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.5...main
5656

5757

5858

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
year = "2022"
1919
author = "Vauxoo"
2020
copyright = "{}, {}".format(year, author)
21-
version = release = "8.2.4"
21+
version = release = "8.2.5"
2222

2323
pygments_style = "trac"
2424
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def read(*names, **kwargs):
3737

3838
setup(
3939
name="pre-commit-vauxoo",
40-
version="8.2.4",
40+
version="8.2.5",
4141
license="LGPL-3.0-or-later",
4242
description="pre-commit script to run automatically the configuration and variables custom from Vauxoo",
4343
long_description_content_type="text/x-rst",

src/pre_commit_vauxoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.2.4"
1+
__version__ = "8.2.5"

0 commit comments

Comments
 (0)