From 07fe5badef447601e6ecc601dbf7d1fbe83b3d4b Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Thu, 19 Dec 2024 20:01:12 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=208.1.3=20=E2=86=92=208.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- src/pre_commit_vauxoo/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f981726..487dba0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.1.3 +current_version = 8.2.0 commit = True tag = True sign_tags = True diff --git a/README.rst b/README.rst index 6e510bc..0cd688d 100644 --- a/README.rst +++ b/README.rst @@ -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/v8.1.3.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v8.2.0.svg :alt: Commits since latest release - :target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.1.3...main + :target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.0...main diff --git a/docs/conf.py b/docs/conf.py index 51675b1..4618e53 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ year = "2022" author = "Vauxoo" copyright = "{}, {}".format(year, author) -version = release = "8.1.3" +version = release = "8.2.0" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 85f79f8..d326d22 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def read(*names, **kwargs): setup( name="pre-commit-vauxoo", - version="8.1.3", + version="8.2.0", 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", diff --git a/src/pre_commit_vauxoo/__init__.py b/src/pre_commit_vauxoo/__init__.py index acd3d66..26ef49a 100644 --- a/src/pre_commit_vauxoo/__init__.py +++ b/src/pre_commit_vauxoo/__init__.py @@ -1 +1 @@ -__version__ = "8.1.3" +__version__ = "8.2.0"