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 c87f27b commit 1c0eb68Copy full SHA for 1c0eb68
IPython/core/release.py
@@ -22,9 +22,9 @@
22
_version_major = 2
23
_version_minor = 3
24
_version_patch = 1
25
-_version_extra = 'maint'
+# _version_extra = 'maint'
26
# _version_extra = 'rc1'
27
-#_version_extra = '' # Uncomment this for full releases
+_version_extra = '' # Uncomment this for full releases
28
29
# release.codename is deprecated in 2.0, will be removed in 3.0
30
codename = ''
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.3.1";
11
12
IPython.namespace = function (ns_string) {
13
"use strict";
0 commit comments