From 90514f2ad1f85b14473e051147a02be5bfe7dfa6 Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:46:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.13.0=20=E2=86=92=204.14.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 2e72943..94affd1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.13.0 +current_version = 4.14.0 commit = True tag = True tag_name = v{new_version} diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 8ad80dd..6e303c0 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ sonar.sources=. sonar.inclusions=reconplogger.py -sonar.projectVersion=4.13.0 +sonar.projectVersion=4.14.0 diff --git a/reconplogger.py b/reconplogger.py index a5da6e5..c55d445 100644 --- a/reconplogger.py +++ b/reconplogger.py @@ -11,7 +11,7 @@ import time -__version__ = '4.13.0' +__version__ = '4.14.0' try: diff --git a/setup.cfg b/setup.cfg index cf3fa56..6becad8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ maintainer = [metadata] name = reconplogger -version = 4.13.0 +version = 4.14.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 4fd7452..b365f36 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '4.13.0' +version = '4.14.0' # The full version, including alpha/beta/rc tags. -release = '4.13.0' +release = '4.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.