Skip to content

Commit a1a007e

Browse files
committed
Bump version: 8.2.26 → 8.2.27
1 parent d0a61ba commit a1a007e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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.26
2+
current_version = 8.2.27
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.26.svg
53+
.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v8.2.27.svg
5454
:alt: Commits since latest release
55-
:target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.26...main
55+
:target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.27...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.26"
21+
version = release = "8.2.27"
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.26",
40+
version="8.2.27",
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.26"
1+
__version__ = "8.2.27"

0 commit comments

Comments
 (0)