We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99dddd commit 3b39dfbCopy full SHA for 3b39dfb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.3
+current_version = 1.2.4
3
commit = True
4
tag = True
5
tag_name = {new_version}
pycloak/__init__.py
@@ -1 +1 @@
-VERSION = "1.2.3"
+VERSION = "1.2.4"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycloak"
-version = "1.2.3"
+version = "1.2.4"
description = "Utils around Keycloak and other OIDC clients."
readme = "README.md"
6
authors = ["Blueshoe GmbH"]
0 commit comments