We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd6da1 commit 3c524dcCopy full SHA for 3c524dc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.1
+current_version = 0.4.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
app/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.1"
+__version__ = "0.4.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dapla-statbank-authenticator"
-version = "0.3.1"
+version = "0.4.0"
description = "A template repository for Python microservices targeting Kuberntes deployment"
authors = ["Statistics Norway <mmw@ssb.no>"]
6
license = "Apache-2.0"
0 commit comments