Skip to content

Commit 163f7e5

Browse files
committed
Prepare for 1.2.0 Release
Updated version in setup.py an in docs conf.py
1 parent 45c9ee1 commit 163f7e5

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.1.4'
61+
version = '1.2.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.1.4'
63+
release = '1.2.0'
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
@@ -215,7 +215,7 @@ def gssapi_modules(lst):
215215

216216
setup(
217217
name='gssapi',
218-
version='1.1.4',
218+
version='1.2.0',
219219
author='The Python GSSAPI Team',
220220
author_email='[email protected]',
221221
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)