From 2f13f6cdf1e7ca47cc43ca0c43c39ce01dc3ddf9 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Thu, 19 Nov 2020 17:30:36 -0300 Subject: [PATCH] Release 0.23.0 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 96f7777..637a63b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,9 +60,9 @@ author = 'Marcos Pereira' # built documents. # # The short X.Y version. -version = '0.22.0' +version = '0.23.0' # The full version, including alpha/beta/rc tags. -release = '0.22.0' +release = '0.23.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 9467d53..78b8d96 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', - version='0.22.0', + version='0.23.0', url='https://github.com/marcospereirampj/python-keycloak', license='The MIT License', author='Marcos Pereira',