From 65e983f916c022329f41054c72ca552faf372941 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Sat, 14 Sep 2024 16:34:07 +0300 Subject: Intermediate changes commit_hash:315a764ebe0b22f720e1d1f1147e3f2ab88f6ea4 --- contrib/python/ipython/py3/IPython/core/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python/ipython/py3/IPython/core/release.py') diff --git a/contrib/python/ipython/py3/IPython/core/release.py b/contrib/python/ipython/py3/IPython/core/release.py index b72524d6ff8..c77f561096b 100644 --- a/contrib/python/ipython/py3/IPython/core/release.py +++ b/contrib/python/ipython/py3/IPython/core/release.py @@ -16,7 +16,7 @@ # release. 'dev' as a _version_extra string means this is a development # version _version_major = 8 -_version_minor = 26 +_version_minor = 27 _version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" -- cgit v1.3