From 62ba6fa67ff2530807d07c9b9be8e2db3becd9ec Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Tue, 24 Dec 2024 09:07:06 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=208.2.0=20=E2=86=92=208.2.1?= 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 487dba0..671d092 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.2.0 +current_version = 8.2.1 commit = True tag = True sign_tags = True diff --git a/README.rst b/README.rst index 0cd688d..8bb47f3 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.2.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v8.2.1.svg :alt: Commits since latest release - :target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.0...main + :target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.2.1...main diff --git a/docs/conf.py b/docs/conf.py index 4618e53..ce8ba2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ year = "2022" author = "Vauxoo" copyright = "{}, {}".format(year, author) -version = release = "8.2.0" +version = release = "8.2.1" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index d326d22..60b1abd 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def read(*names, **kwargs): setup( name="pre-commit-vauxoo", - version="8.2.0", + version="8.2.1", 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 26ef49a..1f1024b 100644 --- a/src/pre_commit_vauxoo/__init__.py +++ b/src/pre_commit_vauxoo/__init__.py @@ -1 +1 @@ -__version__ = "8.2.0" +__version__ = "8.2.1"