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