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 1394668 commit cbccb68Copy full SHA for cbccb68
IPython/core/release.py
@@ -22,9 +22,9 @@
22
_version_major = 3
23
_version_minor = 1
24
_version_patch = 0
25
-_version_extra = 'dev'
+# _version_extra = 'dev'
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
@@ -4,7 +4,7 @@
4
var IPython = IPython || {};
5
define([], function(){
6
"use strict";
7
- IPython.version = "3.1.0-dev";
+ IPython.version = "3.1.0";
8
IPython._target = '_blank';
9
return IPython;
10
});
0 commit comments