Skip to content

Commit e9073f8

Browse files
committedOct 6, 2021
Prepare for 1.7.1rc1 release
Signed-off-by: Jordan Borean <[email protected]>
1 parent 8656374 commit e9073f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.7.0'
61+
version = '1.7.1rc1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.7.0'
63+
release = '1.7.1rc1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def gssapi_modules(lst):
344344

345345
setup(
346346
name='gssapi',
347-
version='1.7.0',
347+
version='1.7.1rc1',
348348
author='The Python GSSAPI Team',
349349
author_email='jborean93@gmail.com',
350350
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -362,6 +362,7 @@ def gssapi_modules(lst):
362362
'Programming Language :: Python :: 3.7',
363363
'Programming Language :: Python :: 3.8',
364364
'Programming Language :: Python :: 3.9',
365+
'Programming Language :: Python :: 3.10',
365366
'Intended Audience :: Developers',
366367
'License :: OSI Approved :: ISC License (ISCL)',
367368
'Programming Language :: Python :: Implementation :: CPython',

0 commit comments

Comments
 (0)
Please sign in to comment.