Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 177894e

Browse files
committed
remove rc for 0.13.1 final
1 parent 466f47f commit 177894e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

IPython/core/release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
_version_minor = 13
2424
_version_micro = 1 # use '' for first of series, number for 1 and above
2525
# _version_extra = 'dev'
26-
_version_extra = 'rc3'
27-
# _version_extra = '' # Uncomment this for full releases
26+
_version_extra = '' # Uncomment this for full releases
2827

2928
# Construct full version string from these.
3029
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)