Browse Source

Merged in develop (pull request #36)

Develop
hotfix/merge
Marcos Pereira 5 years ago
parent
commit
0b921068e3
  1. 4
      docs/source/conf.py
  2. 4
      setup.py

4
docs/source/conf.py

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

4
setup.py

@ -7,13 +7,13 @@ with open("README.md", "r") as fh:
setup(
name='python-keycloak',
version='0.17.0',
version='0.17.1',
url='https://bitbucket.org/agriness/python-keycloak',
license='The MIT License',
author='Marcos Pereira',
author_email='marcospereira.mpj@gmail.com',
keywords='keycloak openid',
description=u'python-keycloak is a Python package providing access to the Keycloak API.',
description='python-keycloak is a Python package providing access to the Keycloak API.',
long_description=long_description,
long_description_content_type="text/markdown",
packages=['keycloak', 'keycloak.authorization', 'keycloak.tests'],

Loading…
Cancel
Save