From 5e048fc11cef8449433c2233422ca2bbfa001f0b Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Fri, 1 Dec 2017 13:07:14 -0500 Subject: [PATCH] Prepare for release v1.3.0 This is the same as v1.2.4, which was release erroneously as a bugfix release, when it should have been a backwards-compatible feature release. --- 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 65989593..da9cf362 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.2.4' +version = '1.3.0' # The full version, including alpha/beta/rc tags. -release = '1.2.4' +release = '1.3.0' # 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 255663d7..2b38a3ef 100755 --- a/setup.py +++ b/setup.py @@ -221,7 +221,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.2.4', + version='1.3.0', author='The Python GSSAPI Team', author_email='sross@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',