From 177e0d58147cac76f88c26081b267f9de167b591 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Mon, 9 Sep 2024 10:40:05 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=208.1.0=20=E2=86=92=208.1.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 a5a782e..51a166d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.1.0 +current_version = 8.1.1 commit = True tag = True sign_tags = True diff --git a/README.rst b/README.rst index 09aa3e9..19404cd 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.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Vauxoo/pre-commit-vauxoo/v8.1.1.svg :alt: Commits since latest release - :target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.1.0...main + :target: https://github.com/Vauxoo/pre-commit-vauxoo/compare/v8.1.1...main diff --git a/docs/conf.py b/docs/conf.py index 270241c..cb3038b 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.0" +version = release = "8.1.1" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 4d5a8ae..08ddf7d 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def read(*names, **kwargs): setup( name="pre-commit-vauxoo", - version="8.1.0", + version="8.1.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 70dab03..0162308 100644 --- a/src/pre_commit_vauxoo/__init__.py +++ b/src/pre_commit_vauxoo/__init__.py @@ -1 +1 @@ -__version__ = "8.1.0" +__version__ = "8.1.1"