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