Skip to content

Commit

Permalink
Bump version: 7.0.23 → 7.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Aug 10, 2023
1 parent ed0dd85 commit 7ce76f2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.23
current_version = 7.0.24
commit = True
tag = True
sign_tags = True
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Overview
:alt: Supported versions
:target: https://pypi.org/project/pre-commit-vauxoo

.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v7.0.23.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v7.0.24.svg
:alt: Commits since latest release
:target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v7.0.23...main
:target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v7.0.24...main



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
year = "2022"
author = "Vauxoo"
copyright = "{}, {}".format(year, author)
version = release = "7.0.23"
version = release = "7.0.24"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(*names, **kwargs):

setup(
name="pre-commit-vauxoo",
version="7.0.23",
version="7.0.24",
license="LGPL-3.0-or-later",
description="pre-commit script to run automatically the configuration and variables custom from Vauxoo",
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion src/pre_commit_vauxoo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.0.23"
__version__ = "7.0.24"

0 comments on commit 7ce76f2

Please sign in to comment.