From ed55e696428316a8ba482f18d5c69f8a749556d6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Jan 2022 18:17:22 +0000 Subject: [PATCH] 1.0.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ keycloak_http_auth/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c96c04..cab1909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.0.10 (2022-01-24) + + ## v1.0.9 (2022-01-24) diff --git a/keycloak_http_auth/__init__.py b/keycloak_http_auth/__init__.py index ff573ea..e676359 100644 --- a/keycloak_http_auth/__init__.py +++ b/keycloak_http_auth/__init__.py @@ -5,7 +5,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.0.9" +__version__ = "1.0.10" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),