Browse Source

Release 0.26.1

pull/224/head v0.26.1
Marcos Pereira Jr 3 years ago
parent
commit
dd130a0365
  1. 1
      Pipfile
  2. 4
      docs/source/conf.py
  3. 3
      requirements.txt
  4. 2
      setup.py

1
Pipfile

@ -7,6 +7,7 @@ name = "pypi"
requests = ">=2.20.0"
httmock = ">=1.2.5"
python-jose = ">=1.4.0"
urllib3 = ">=1.26.5"
[dev-packages]

4
docs/source/conf.py

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

3
requirements.txt

@ -3,4 +3,5 @@ httmock>=1.2.5
python-jose>=1.4.0
twine==1.13.0
jose~=1.0.0
setuptools~=54.2.0
setuptools~=54.2.0
urllib3>=1.26.5

2
setup.py

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
setup(
name='python-keycloak',
version='0.26.0',
version='0.26.1',
url='https://github.com/marcospereirampj/python-keycloak',
license='The MIT License',
author='Marcos Pereira',

Loading…
Cancel
Save