From 09691831380ca7c15cfed3445465e27837c4130d Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Thu, 17 Oct 2024 11:21:34 +0300 Subject: Intermediate changes commit_hash:2d9a1d3a3501b70a635f24b69a195c83059b71da --- 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 c77f561096b..fb5a54da6ab 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 = 27 +_version_minor = 28 _version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" -- cgit v1.3