Skip to content

Commit 5f213d8

Browse files
Prepare for release 1.5.1
1 parent c42c20a commit 5f213d8

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
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.5.0'
61+
version = '1.5.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.5.0'
63+
release = '1.5.1'
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
@@ -232,7 +232,7 @@ def gssapi_modules(lst):
232232

233233
setup(
234234
name='gssapi',
235-
version='1.5.0',
235+
version='1.5.1',
236236
author='The Python GSSAPI Team',
237237
author_email='sross@redhat.com',
238238
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)