Skip to content

Commit 7447114

Browse files
committed
Prepare for 1.7.2 release
Signed-off-by: Jordan Borean <[email protected]>
1 parent c4397da commit 7447114

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/before-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mv .venv .venv_saved
1919

2020
# for the tarball upload
2121
# clean up
22-
git clean -Xdf --exclude .venv
22+
git clean -Xdf
2323

2424
# restore the saved "dist"/".venv" directory
2525
mv dist_saved dist

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.7.1rc1'
61+
version = '1.7.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.7.1rc1'
63+
release = '1.7.2'
6464

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def gssapi_modules(lst):
344344

345345
setup(
346346
name='gssapi',
347-
version='1.7.1rc1',
347+
version='1.7.2',
348348
author='The Python GSSAPI Team',
349349
author_email='[email protected]',
350350
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)