Skip to content

Commit 792b2ef

Browse files
committed
Release 1.3
1 parent a88b306 commit 792b2ef

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2024-09-13 Tomas Halman <[email protected]> 1.3
2+
* Update for new Quarkus based keycloak
13
2019-11-18 Jakub Hrozek <[email protected]> 1.2
24
* Specfile fix: Own the keycloak-rest binary
35
* Python2 compatibility: Import print() from future to make sure khci works

rpm/keycloak-httpd-client-install.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%endif
1313

1414
Name: %{srcname}
15-
Version: 1.2
15+
Version: 1.3
1616
Release: %{?release_string}%{!?release_string: 1}%{?dist}
1717
Summary: %{summary}
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = 'keycloak-httpd-client-install'
66

77
setup(name=name,
8-
version='1.2',
8+
version='1.3',
99
description='Tools to configure Apache HTTPD as Keycloak client',
1010
author='John Dennis',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)