We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a450dd9 commit 8cc9473Copy full SHA for 8cc9473
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.3
+current_version = 0.5.4
3
commit = True
4
tag = True
5
tag_name = {new_version}
app/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.3"
+__version__ = "0.5.4"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "dapla-statbank-authenticator"
-version = "0.5.3"
+version = "0.5.4"
description = "A template repository for Python microservices targeting Kuberntes deployment"
authors = [{ name = "Statistics Norway", email = "mmw@ssb.no" }]
6
requires-python = "~=3.13.0"
0 commit comments