From 88f41e514dd1dc29556d2167a5757de5315d12f1 Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:00:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.16.1=20=E2=86=92=204.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .sonarcloud.properties | 2 +- reconplogger.py | 2 +- setup.cfg | 2 +- sphinx/conf.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1ee1e0b..e77ec0c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.16.1 +current_version = 4.17.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P(\.dev|rc)[0-9]+)? diff --git a/.sonarcloud.properties b/.sonarcloud.properties index fac299a..3306836 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ sonar.sources=. sonar.inclusions=reconplogger.py -sonar.projectVersion=4.16.1 +sonar.projectVersion=4.17.0 diff --git a/reconplogger.py b/reconplogger.py index 755f4c6..53fc9ba 100644 --- a/reconplogger.py +++ b/reconplogger.py @@ -12,7 +12,7 @@ import time -__version__ = "4.16.1" +__version__ = "4.17.0" try: diff --git a/setup.cfg b/setup.cfg index 5a048d5..ba78a6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ maintainer = [metadata] name = reconplogger -version = 4.16.1 +version = 4.17.0 description = omni:us python logging package long_description = file: README.rst long_description_content_type = text/x-rst diff --git a/sphinx/conf.py b/sphinx/conf.py index d76515e..9959935 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "4.16.1" +version = "4.17.0" # The full version, including alpha/beta/rc tags. -release = "4.16.1" +release = "4.17.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.