Skip to content

Commit d72aa74

Browse files
committed
Bump version: 1.2.9 → 1.2.10
1 parent da472f2 commit d72aa74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.9
2+
current_version = 1.2.10
33
commit = True
44
tag = True
55
tag_name = {new_version}

pycloak/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.2.9"
1+
VERSION = "1.2.10"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycloak"
3-
version = "1.2.9"
3+
version = "1.2.10"
44
description = "Utils around Keycloak and other OIDC clients."
55
readme = "README.md"
66
authors = ["Blueshoe GmbH"]

0 commit comments

Comments
 (0)