##// END OF EJS Templates
back to dev
Min RK -
Show More
@@ -20,11 +20,11 b" name = 'ipython'"
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 = 3
22 _version_major = 3
23 _version_minor = 2
23 _version_minor = 3
24 _version_patch = 0
24 _version_patch = 0
25 # _version_extra = 'dev'
25 _version_extra = 'dev'
26 # _version_extra = 'rc1'
26 # _version_extra = 'rc1'
27 _version_extra = '' # Uncomment this for full releases
27 # _version_extra = '' # Uncomment this for full releases
28
28
29 # release.codename is deprecated in 2.0, will be removed in 3.0
29 # release.codename is deprecated in 2.0, will be removed in 3.0
30 codename = ''
30 codename = ''
@@ -4,7 +4,7 b''
4 var IPython = IPython || {};
4 var IPython = IPython || {};
5 define([], function(){
5 define([], function(){
6 "use strict";
6 "use strict";
7 IPython.version = "3.2.0";
7 IPython.version = "3.3.0-dev";
8 IPython._target = '_blank';
8 IPython._target = '_blank';
9 return IPython;
9 return IPython;
10 });
10 });
@@ -20,4 +20,3 b' Backwards incompatible changes'
20
20
21 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
21 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
22
22
23
General Comments 0
You need to be logged in to leave comments. Login now