Skip to content

Commit

Permalink
Bump version: 4.16.1 → 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Dec 20, 2024
1 parent 16754ed commit 88f41e5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.16.1
current_version = 4.17.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>(\.dev|rc)[0-9]+)?
Expand Down
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sonar.sources=.
sonar.inclusions=reconplogger.py
sonar.projectVersion=4.16.1
sonar.projectVersion=4.17.0
2 changes: 1 addition & 1 deletion reconplogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import time


__version__ = "4.16.1"
__version__ = "4.17.0"


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

0 comments on commit 88f41e5

Please sign in to comment.