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.
1 parent 2670b3a commit be0cc2bCopy full SHA for be0cc2b
2 files changed
IPython/core/release.py
@@ -24,7 +24,7 @@
24
_version_patch = 0
25
_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.3.0-maint";
+IPython.version = "2.3.0";
11
12
IPython.namespace = function (ns_string) {
13
"use strict";
0 commit comments