Skip to content

Commit d774f56

Browse files
akshayparopkariCarreau
authored andcommitted
release 7.4.0
1 parent 92e3fd9 commit d774f56

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
@@ -24,7 +24,7 @@
2424
_version_patch = 0
2525
_version_extra = '.dev'
2626
# _version_extra = 'b1'
27-
# _version_extra = '' # Uncomment this for full releases
27+
_version_extra = '' # Uncomment this for full releases
2828

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

0 commit comments

Comments
 (0)