Skip to content

Commit

Permalink
Bump version: 4.8.1 → 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed May 3, 2021
1 parent 8630075 commit c4647e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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}
Expand Down
2 changes: 1 addition & 1 deletion .sonarcloud.properties
@@ -1,3 +1,3 @@
sonar.sources=.
sonar.inclusions=reconplogger.py
sonar.projectVersion=4.8.1
sonar.projectVersion=4.9.0
2 changes: 1 addition & 1 deletion reconplogger.py
Expand Up @@ -10,7 +10,7 @@
import time


__version__ = '4.8.1'
__version__ = '4.9.0'


try:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sphinx/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit c4647e7

Please sign in to comment.