From c3fc690668797da17dfea47ecc75fb4348a9ca04 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 21 Feb 2020 12:45:17 -0500 Subject: [PATCH] Prepare for 1.6.2 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 5b8d1c70..ae20eb9d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.6.1' +version = '1.6.2' # The full version, including alpha/beta/rc tags. -release = '1.6.1' +release = '1.6.2' # 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 9d26fea1..0dc6a522 100755 --- a/setup.py +++ b/setup.py @@ -295,7 +295,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.6.1', + version='1.6.2', author='The Python GSSAPI Team', author_email='sross@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',