Browse Source

Updated version in docs 0.10.2

hotfix/merge
Marcos Pereira 7 years ago
parent
commit
ea36c91bcb
  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.10.0'
version = '0.10.2'
# The full version, including alpha/beta/rc tags.
release = '0.10.0'
release = '0.10.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

2
setup.py

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='python-keycloak',
version='0.10.1',
version='0.10.2',
url='https://bitbucket.org/agriness/python-keycloak',
license='GNU General Public License - V3',
author='Marcos Pereira',

Loading…
Cancel
Save