diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e77ec0c..75e94c0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.17.0 +current_version = 4.17.1 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 3306836..7632e56 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ sonar.sources=. sonar.inclusions=reconplogger.py -sonar.projectVersion=4.17.0 +sonar.projectVersion=4.17.1 diff --git a/reconplogger.py b/reconplogger.py index b60e15a..0384c7c 100644 --- a/reconplogger.py +++ b/reconplogger.py @@ -12,7 +12,7 @@ import time -__version__ = "4.17.0" +__version__ = "4.17.1" try: diff --git a/setup.cfg b/setup.cfg index ba78a6c..15c93a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ maintainer = [metadata] name = reconplogger -version = 4.17.0 +version = 4.17.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 9959935..9f8d87d 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "4.17.0" +version = "4.17.1" # The full version, including alpha/beta/rc tags. -release = "4.17.0" +release = "4.17.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.