Skip to content

Commit 5c58e5f

Browse files
Prepare for 1.1.3 Release
Updated version in setup.py an in docs conf.py
1 parent 5d8d67f commit 5c58e5f

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
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '1.1.2'
54+
version = '1.1.3'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.1.2'
56+
release = '1.1.3'
5757

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

Diff for: setup.py

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

209209
setup(
210210
name='gssapi',
211-
version='1.1.2',
211+
version='1.1.3',
212212
author='The Python GSSAPI Team',
213213
author_email='[email protected]',
214214
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)