From 49e5101016abbb15dcbbd2774a6a8218689b5cf5 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Mon, 24 Jun 2019 21:45:06 -0300 Subject: [PATCH 1/2] Added CircleCI. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b952d80..5f39f86 100644 --- a/README.md +++ b/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 ==================== From 7ad56c1ad5694c0bd7e10aca47938a3116147f83 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Mon, 24 Jun 2019 21:48:35 -0300 Subject: [PATCH 2/2] Version 0.17.3 --- 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 9a9d01b..67d54ac 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.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. diff --git a/setup.py b/setup.py index aff2197..c13005d 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.2', + version='0.17.3', url='https://github.com/marcospereirampj/python-keycloak', license='The MIT License', author='Marcos Pereira',