Skip to content

Commit 3b39dfb

Browse files
committed
Bump version: 1.2.3 → 1.2.4
1 parent e99dddd commit 3b39dfb

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.3
2+
current_version = 1.2.4
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.3"
1+
VERSION = "1.2.4"

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.3"
3+
version = "1.2.4"
44
description = "Utils around Keycloak and other OIDC clients."
55
readme = "README.md"
66
authors = ["Blueshoe GmbH"]

0 commit comments

Comments
 (0)