From 5c58e5f043309ae52ca09b43456af97d6a82199a Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 4 Sep 2015 16:37:07 -0400 Subject: [PATCH] Prepare for 1.1.3 Release Updated version in setup.py an in docs conf.py --- 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 df0ddadb..07699102 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '1.1.2' +version = '1.1.3' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.1.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 40343145..0366f093 100755 --- a/setup.py +++ b/setup.py @@ -208,7 +208,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.1.2', + version='1.1.3', author='The Python GSSAPI Team', author_email='sross@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',