From 4e4d008b252182a29ed501b1e3e994e834e5dd0b Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Wed, 24 Oct 2018 23:24:26 -0300 Subject: [PATCH] Release 0.13.3 --- docs/source/conf.py | 4 ++-- docs/source/index.rst | 3 ++- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index dd1bfa0..19def37 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.13.2' +version = '0.13.3' # The full version, including alpha/beta/rc tags. -release = '0.13.2' +release = '0.13.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index 7ec6f2d..e105a03 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -73,7 +73,8 @@ Contributors * `Armin `_ * `Njordr `_ * `Josha Inglis `_ -* `Alex] `_ +* `Alex `_ +* `Ewan Jone `_ Usage ===== diff --git a/setup.py b/setup.py index 602983c..3f2c63b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', - version='0.13.2', + version='0.13.3', url='https://bitbucket.org/agriness/python-keycloak', license='The MIT License', author='Marcos Pereira',