Skip to content

Commit

Permalink
Merge pull request Peter-Slump#16 from marcospereirampj/feature/security
Browse files Browse the repository at this point in the history
Feature/security
  • Loading branch information
marcospereirampj authored Jun 25, 2019
2 parents 7e53a2b + ba2d621 commit 3fc7241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# 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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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',
Expand All @@ -17,7 +17,7 @@
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',
Expand Down

0 comments on commit 3fc7241

Please sign in to comment.