From 69f8b3a1108e24cdeba400361bc31d3c4bc45f0a Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 30 Jun 2021 12:17:49 -0400 Subject: [PATCH] Prepare for 1.6.14 release Signed-off-by: Robbie Harwood --- 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 b423b56f..69c78d25 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.12' +version = '1.6.14' # The full version, including alpha/beta/rc tags. -release = '1.6.12' +release = '1.6.14' # 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 3c643310..f1c0aeca 100755 --- a/setup.py +++ b/setup.py @@ -337,7 +337,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.6.12', + version='1.6.14', author='The Python GSSAPI Team', author_email='rharwood@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',