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