summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/release.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-05-30 14:16:45 +0300
committerrobot-piglet <[email protected]>2026-05-30 14:32:13 +0300
commite6497d440cfd398de50ee3a51c540849fb27b21c (patch)
tree449d1ec323f1aa85b61bc149fddd10873a2bd1b8 /contrib/python/ipython/py3/IPython/core/release.py
parent1468e6945304297062957504f6321f0f42d0f882 (diff)
Intermediate changes
commit_hash:b1a2baed63dc9e34cb8badb893f4196094751d4f
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/release.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/release.py b/contrib/python/ipython/py3/IPython/core/release.py
index 11f7cb31694..06d733a2a2a 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 = 38
+_version_minor = 39
_version_patch = 0
_version_extra = ".dev"
# _version_extra = "rc1"