Skip to content

Commit

Permalink
release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 27, 2018
1 parent 1535ffd commit 6e37b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/release.py
Original file line number Diff line number Diff line change
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

0 comments on commit 6e37b96

Please sign in to comment.