Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829a44d commit b11c1c3Copy full SHA for b11c1c3
IPython/core/release.py
@@ -22,7 +22,7 @@
22
_version_major = 2
23
_version_minor = 4
24
_version_patch = 0
25
-_version_extra = 'maint'
+_version_extra = ''
26
# _version_extra = 'rc1'
27
#_version_extra = '' # Uncomment this for full releases
28
IPython/html/static/base/js/namespace.js
@@ -7,7 +7,7 @@
7
8
var IPython = IPython || {};
9
10
-IPython.version = "2.4.0-maint";
+IPython.version = "2.4.0";
11
12
IPython.namespace = function (ns_string) {
13
"use strict";
0 commit comments