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 9e1f4b4 commit af17558Copy full SHA for af17558
IPython/core/release.py
@@ -22,7 +22,7 @@
22
_version_major = 2
23
_version_minor = 4
24
_version_patch = 1
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.1-maint";
+IPython.version = "2.4.1";
11
12
IPython.namespace = function (ns_string) {
13
"use strict";
0 commit comments