diff --git a/README.md b/README.md index 7f21192..3f503dd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Servala Self-Service Portal -Latest release: 2025.10.03-1 +Latest release: 2025.10.22-1 ## Documentation diff --git a/pyproject.toml b/pyproject.toml index 670e876..61fa9e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ testpaths = "src/tests" pythonpath = "src" [tool.bumpver] -current_version = "2025.10.03-1" +current_version = "2025.10.22-1" version_pattern = "YYYY.0M.0D-INC0" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/servala/__about__.py b/src/servala/__about__.py index 90f10c1..888e9bd 100644 --- a/src/servala/__about__.py +++ b/src/servala/__about__.py @@ -1 +1 @@ -__version__ = "2025.10.03-1" +__version__ = "2025.10.22-1"