Skip to content

Commit

Permalink
release 8.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Nov 27, 2023
1 parent e1c4eef commit 87e2969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/core/release.py
Expand Up @@ -17,10 +17,10 @@
# version
_version_major = 8
_version_minor = 19
_version_patch = 0
_version_patch = 1
_version_extra = ".dev"
# _version_extra = "rc1"
# _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 87e2969

Please sign in to comment.