diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cfcb9e9..8f0c5d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.8.1 +current_version = 4.9.0 commit = True tag = True tag_name = v{new_version} diff --git a/.sonarcloud.properties b/.sonarcloud.properties index ee9f211..ed2a558 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,3 +1,3 @@ sonar.sources=. sonar.inclusions=reconplogger.py -sonar.projectVersion=4.8.1 +sonar.projectVersion=4.9.0 diff --git a/reconplogger.py b/reconplogger.py index 34973a1..7865d0f 100644 --- a/reconplogger.py +++ b/reconplogger.py @@ -10,7 +10,7 @@ import time -__version__ = '4.8.1' +__version__ = '4.9.0' try: diff --git a/setup.cfg b/setup.cfg index d78e43a..8344e0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ doc = [metadata] name = reconplogger -version = 4.8.1 +version = 4.9.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 8cfab58..a917e19 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '4.8.1' +version = '4.9.0' # The full version, including alpha/beta/rc tags. -release = '4.8.1' +release = '4.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.