##// END OF EJS Templates
master is 3.0.0-dev
MinRK -
Show More
@@ -19,8 +19,8 b" name = 'ipython'"
19 # IPython version information. An empty _version_extra corresponds to a full
19 # IPython version information. An empty _version_extra corresponds to a full
20 # release. 'dev' as a _version_extra string means this is a development
20 # release. 'dev' as a _version_extra string means this is a development
21 # version
21 # version
22 _version_major = 2
22 _version_major = 3
23 _version_minor = 1
23 _version_minor = 0
24 _version_patch = 0
24 _version_patch = 0
25 _version_extra = 'dev'
25 _version_extra = 'dev'
26 # _version_extra = 'rc1'
26 # _version_extra = 'rc1'
@@ -7,7 +7,7 b''
7
7
8 var IPython = IPython || {};
8 var IPython = IPython || {};
9
9
10 IPython.version = "2.1.0-dev";
10 IPython.version = "3.0.0-dev";
11
11
12 IPython.namespace = function (ns_string) {
12 IPython.namespace = function (ns_string) {
13 "use strict";
13 "use strict";
General Comments 0
You need to be logged in to leave comments. Login now