Skip to content

Commit

Permalink
Prepare for release v1.3.0
Browse files Browse the repository at this point in the history
This is the same as v1.2.4, which was release erroneously as
a bugfix release, when it should have been a backwards-compatible
feature release.
  • Loading branch information
DirectXMan12 committed Dec 1, 2017
1 parent 487176e commit 5e048fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.4'
version = '1.3.0'
# The full version, including alpha/beta/rc tags.
release = '1.2.4'
release = '1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def gssapi_modules(lst):

setup(
name='gssapi',
version='1.2.4',
version='1.3.0',
author='The Python GSSAPI Team',
author_email='sross@redhat.com',
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
Expand Down

0 comments on commit 5e048fc

Please sign in to comment.