From 47021057a77379d08249efa015549b64584e174b Mon Sep 17 00:00:00 2001 From: Marcos Pereira Jr Date: Wed, 16 Feb 2022 10:54:13 -0300 Subject: [PATCH] New release. --- docs/source/conf.py | 4 ++-- docs/source/index.rst | 1 + setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7b52edc..9dc7661 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.26.1' +version = '0.27.0' # The full version, including alpha/beta/rc tags. -release = '0.26.1' +release = '0.27.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index 1521772..6675352 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -304,3 +304,4 @@ Main methods:: # Delete the key keycloak_admin.delete_component(component['id']) + diff --git a/setup.py b/setup.py index e6cb84b..556882f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', - version='0.26.1', + version='0.27.0', url='https://github.com/marcospereirampj/python-keycloak', license='The MIT License', author='Marcos Pereira',