Skip to content

Commit 487176e

Browse files
committed
Prepare for 1.2.4 release
1 parent 3b606a2 commit 487176e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '1.2.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.2.4-alpha.1'
63+
release = '1.2.4'
6464

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

setup.py

Lines changed: 1 addition & 1 deletion
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.2.4-alpha.1',
224+
version='1.2.4',
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)