From 2d40e2be8a42dc29c22e51ac7622d5af7df0f15f Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 8 Apr 2020 16:17:02 -0400 Subject: [PATCH] Prepare for 1.6.5 release Update version in setup.py and 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 bbb69228..382b1617 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.4' +version = '1.6.5' # The full version, including alpha/beta/rc tags. -release = '1.6.4' +release = '1.6.5' # 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 cd207a50..835808f0 100755 --- a/setup.py +++ b/setup.py @@ -295,7 +295,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.6.4', + version='1.6.5', author='The Python GSSAPI Team', author_email='rharwood@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',