Browse Source
Merge pull request #266 from marcospereirampj/develop
New release.
pull/267/head
Marcos Pereira
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
3 deletions
-
docs/source/conf.py
-
docs/source/index.rst
-
setup.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. |
|
|
|
|
|
@ -304,3 +304,4 @@ Main methods:: |
|
|
|
|
|
|
|
# Delete the key |
|
|
|
keycloak_admin.delete_component(component['id']) |
|
|
|
|
|
|
@ -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', |
|
|
|