Skip to content

Commit

Permalink
Prepare for 1.7.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Oct 10, 2021
1 parent c4397da commit 7447114
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/before-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mv .venv .venv_saved

# for the tarball upload
# clean up
git clean -Xdf --exclude .venv
git clean -Xdf

# restore the saved "dist"/".venv" directory
mv dist_saved dist
Expand Down
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.7.1rc1'
version = '1.7.2'
# The full version, including alpha/beta/rc tags.
release = '1.7.1rc1'
release = '1.7.2'

# 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 @@ -344,7 +344,7 @@ def gssapi_modules(lst):

setup(
name='gssapi',
version='1.7.1rc1',
version='1.7.2',
author='The Python GSSAPI Team',
author_email='jborean93@gmail.com',
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
Expand Down

0 comments on commit 7447114

Please sign in to comment.