Skip to content

Commit

Permalink
Bump version: 4.16.0 → 4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Jun 21, 2024
1 parent 2ebc694 commit 3de9f08
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 4.16.0
current_version = 4.16.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>(\.dev|rc)[0-9]+)?
serialize =
{major}.{minor}.{patch}{release}
{major}.{minor}.{patch}
{major}.{minor}.{patch}{release}
{major}.{minor}.{patch}

[bumpversion:file:setup.cfg]
search = version = {current_version}
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.0
sonar.projectVersion=4.16.1
2 changes: 1 addition & 1 deletion reconplogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import time


__version__ = "4.16.0"
__version__ = "4.16.1"


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.0
version = 4.16.1
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.0"
version = "4.16.1"
# The full version, including alpha/beta/rc tags.
release = "4.16.0"
release = "4.16.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3de9f08

Please sign in to comment.