diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2e2739e..1ee1e0b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ [bumpversion] -current_version = 4.16.0 +current_version = 4.16.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P(\.dev|rc)[0-9]+)? serialize = - {major}.{minor}.{patch}{release} - {major}.{minor}.{patch} + {major}.{minor}.{patch}{release} + {major}.{minor}.{patch} [bumpversion:file:setup.cfg] search = version = {current_version} diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 0307545..fac299a 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ sonar.sources=. sonar.inclusions=reconplogger.py -sonar.projectVersion=4.16.0 +sonar.projectVersion=4.16.1 diff --git a/reconplogger.py b/reconplogger.py index 5301044..dafe1f4 100644 --- a/reconplogger.py +++ b/reconplogger.py @@ -10,7 +10,7 @@ import time -__version__ = "4.16.0" +__version__ = "4.16.1" try: diff --git a/setup.cfg b/setup.cfg index 2a2d4a8..987542d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ maintainer = [metadata] name = reconplogger -version = 4.16.0 +version = 4.16.1 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 20a88ae..d76515e 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "4.16.0" +version = "4.16.1" # The full version, including alpha/beta/rc tags. -release = "4.16.0" +release = "4.16.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.