Skip to content

Commit 1cb15b5

Browse files
Prepare for release 1.4.1
1.4.0 becomes unofficial due to a builder pipeline problem.
1 parent 85f8688 commit 1cb15b5

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.4.0'
61+
version = '1.4.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.4.0'
63+
release = '1.4.1'
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
@@ -221,7 +221,7 @@ def gssapi_modules(lst):
221221

222222
setup(
223223
name='gssapi',
224-
version='1.4.0',
224+
version='1.4.1',
225225
author='The Python GSSAPI Team',
226226
author_email='[email protected]',
227227
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)