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"