File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ def gssapi_modules(lst):
344344
345345setup (
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' ,
You can’t perform that action at this time.
0 commit comments