diff --git a/docs/source/conf.py b/docs/source/conf.py index 67d54ac..49c0145 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.17.3' +version = '0.17.4' # The full version, including alpha/beta/rc tags. -release = '0.17.3' +release = '0.17.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c13005d..7a175f2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', - version='0.17.3', + version='0.17.4', url='https://github.com/marcospereirampj/python-keycloak', license='The MIT License', author='Marcos Pereira', @@ -17,7 +17,7 @@ setup( long_description=long_description, long_description_content_type="text/markdown", packages=['keycloak', 'keycloak.authorization', 'keycloak.tests'], - install_requires=['requests>=2.18.4', 'python-jose>=1.4.0'], + install_requires=['requests>=2.20.0', 'python-jose>=1.4.0'], tests_require=['httmock>=1.2.5'], classifiers=[ 'Programming Language :: Python :: 3',