Skip to content

Commit fa5e731

Browse files
Prepare for 1.1.4 Release
Updated version in setup.py an in docs conf.py Closes: #87
1 parent bd32f68 commit fa5e731

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '1.1.3'
54+
version = '1.1.4'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.1.3'
56+
release = '1.1.4'
5757

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

setup.py

Lines changed: 1 addition & 1 deletion
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.3',
218+
version='1.1.4',
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)