From e9073f8d5f793eafb8a0c7c31e56fb9095223223 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 7 Oct 2021 05:43:39 +1000 Subject: [PATCH] Prepare for 1.7.1rc1 release Signed-off-by: Jordan Borean --- docs/source/conf.py | 4 ++-- setup.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3cf1dcf6..ad73b4fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.7.0' +version = '1.7.1rc1' # The full version, including alpha/beta/rc tags. -release = '1.7.0' +release = '1.7.1rc1' # 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 ee0b2e51..ebca33b5 100755 --- a/setup.py +++ b/setup.py @@ -344,7 +344,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.7.0', + version='1.7.1rc1', author='The Python GSSAPI Team', author_email='jborean93@gmail.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions', @@ -362,6 +362,7 @@ def gssapi_modules(lst): 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Intended Audience :: Developers', 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python :: Implementation :: CPython',