We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3ad6e commit 8bf951fCopy full SHA for 8bf951f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sag-py-auth-brand"
3
-version = "1.2.3"
+version = "1.2.4"
4
description = "Keycloak brand/instance authentication for python projects"
5
authors = ["Samhammer AG"]
6
license = "MIT"
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name="sag-py-auth-brand",
14
- version="1.2.3",
+ version="1.2.4",
15
description="Keycloak brand/instance authentication for python projects",
16
long_description=LONG_DESCRIPTION,
17
long_description_content_type="text/markdown",
0 commit comments