diff --git a/doc/ChangeLog b/doc/ChangeLog index ff34a39..ad8dce4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,5 @@ +2024-09-13 Tomas Halman 1.3 + * Update for new Quarkus based keycloak 2019-11-18 Jakub Hrozek 1.2 * Specfile fix: Own the keycloak-rest binary * Python2 compatibility: Import print() from future to make sure khci works diff --git a/rpm/keycloak-httpd-client-install.spec b/rpm/keycloak-httpd-client-install.spec index 251affd..bff8372 100644 --- a/rpm/keycloak-httpd-client-install.spec +++ b/rpm/keycloak-httpd-client-install.spec @@ -12,7 +12,7 @@ %endif Name: %{srcname} -Version: 1.2 +Version: 1.3 Release: %{?release_string}%{!?release_string: 1}%{?dist} Summary: %{summary} diff --git a/setup.py b/setup.py index 6553e7f..b8bec26 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name = 'keycloak-httpd-client-install' setup(name=name, - version='1.2', + version='1.3', description='Tools to configure Apache HTTPD as Keycloak client', author='John Dennis', author_email='jdennis@redhat.com',