Browse Source

Merge pull request #15 from marcospereirampj/feature/security

Feature/security
hotfix/merge
Marcos Pereira 5 years ago
committed by GitHub
parent
commit
7e53a2b974
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 4
      docs/source/conf.py
  3. 2
      setup.py

2
README.md

@ -1,5 +1,7 @@
[![CircleCI](https://circleci.com/gh/marcospereirampj/python-keycloak/tree/master.svg?style=svg)](https://circleci.com/gh/marcospereirampj/python-keycloak/tree/master)
[![Documentation Status](https://readthedocs.org/projects/python-keycloak/badge/?version=latest)](http://python-keycloak.readthedocs.io/en/latest/?badge=latest)
Python Keycloak
====================

4
docs/source/conf.py

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

2
setup.py

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

Loading…
Cancel
Save