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

Skip to content

Commit b11c1c3

Browse files
committed
release 2.4.0
1 parent 829a44d commit b11c1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_version_major = 2
2323
_version_minor = 4
2424
_version_patch = 0
25-
_version_extra = 'maint'
25+
_version_extra = ''
2626
# _version_extra = 'rc1'
2727
#_version_extra = '' # Uncomment this for full releases
2828

IPython/html/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
var IPython = IPython || {};
99

10-
IPython.version = "2.4.0-maint";
10+
IPython.version = "2.4.0";
1111

1212
IPython.namespace = function (ns_string) {
1313
"use strict";

0 commit comments

Comments
 (0)