Skip to content

Commit

Permalink
release 7.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 29, 2020
1 parent 9c3c238 commit 95d2b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/core/release.py
Expand Up @@ -21,10 +21,10 @@
# version
_version_major = 7
_version_minor = 18
_version_patch = 0
_version_patch = 1
_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 95d2b79

Please sign in to comment.