Skip to content

Commit

Permalink
release 8.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 29, 2023
1 parent 77b5693 commit 5d2cb48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IPython/core/release.py
Expand Up @@ -16,11 +16,11 @@
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 8
_version_minor = 14
_version_patch = 0
_version_minor = 13
_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 5d2cb48

Please sign in to comment.