Skip to content

Commit 4becaed

Browse files
committed
Prepare for 1.7.0 release
Signed-off-by: Jordan Borean <[email protected]>
1 parent a253964 commit 4becaed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.14'
61+
version = '1.7.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.6.14'
63+
release = '1.7.0'
6464

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

Diff for: setup.py

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

338338
setup(
339339
name='gssapi',
340-
version='1.6.14',
340+
version='1.7.0',
341341
author='The Python GSSAPI Team',
342342
author_email='[email protected]',
343343
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)