Skip to content

Commit

Permalink
release 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jul 26, 2019
1 parent 288c935 commit 741169a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/release.py
Expand Up @@ -24,7 +24,7 @@
_version_patch = 0
_version_extra = '.dev'
# _version_extra = 'b1'
# _version_extra = '' # Uncomment this for full releases
_version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor, _version_patch]
Expand Down
1 change: 1 addition & 0 deletions tools/release_helper.sh
Expand Up @@ -7,6 +7,7 @@ python -c 'import keyring'
python -c 'import twine'
python -c 'import sphinx'
python -c 'import sphinx_rtd_theme'
python -c 'import nose'

echo -n 'PREV_RELEASE (X.y.z):'
read PREV_RELEASE
Expand Down

0 comments on commit 741169a

Please sign in to comment.