Skip to content

Commit 40a5a37

Browse files
committed
release 8.25.0
1 parent 122be01 commit 40a5a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_version_patch = 0
2121
_version_extra = ".dev"
2222
# _version_extra = "rc1"
23-
# _version_extra = "" # Uncomment this for full releases
23+
_version_extra = "" # Uncomment this for full releases
2424

2525
# Construct full version string from these.
2626
_ver = [_version_major, _version_minor, _version_patch]

0 commit comments

Comments
 (0)