Browse Source

Release: 0.24.0

master 0.24.0
Marcos Pereira 3 years ago
parent
commit
354cd76cee
  1. 4
      docs/source/conf.py
  2. 2
      setup.py

4
docs/source/conf.py

@ -60,9 +60,9 @@ author = 'Marcos Pereira'
# built documents.
#
# The short X.Y version.
version = '0.23.0'
version = '0.24.0'
# The full version, including alpha/beta/rc tags.
release = '0.23.0'
release = '0.24.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

2
setup.py

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
setup(
name='python-keycloak',
version='0.23.0',
version='0.24.0',
url='https://github.com/marcospereirampj/python-keycloak',
license='The MIT License',
author='Marcos Pereira',

Loading…
Cancel
Save