From 0a35446c6569c96e0df076221ebea96940c052f6 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Mon, 24 Jun 2019 21:52:47 -0300 Subject: [PATCH 1/2] Fixed setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c13005d..4a58a1d 100644 --- a/setup.py +++ b/setup.py @@ -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', From ba2d62129f34033c44e0db6481c8526af681c99a Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Mon, 24 Jun 2019 21:53:29 -0300 Subject: [PATCH 2/2] New version: 0.17.4 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 4a58a1d..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',