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.