Skip to content

Commit 7400c3c

Browse files
Prepare for 1.6.10 release
Update version in setup.py and docs/conf.py. Signed-off-by: Robbie Harwood <rharwood@redhat.com>
1 parent e5d8a05 commit 7400c3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.6.9'
61+
version = '1.6.10'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.6.9'
63+
release = '1.6.10'
6464

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def gssapi_modules(lst):
293293

294294
setup(
295295
name='gssapi',
296-
version='1.6.9',
296+
version='1.6.10',
297297
author='The Python GSSAPI Team',
298298
author_email='rharwood@redhat.com',
299299
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)