##// END OF EJS Templates
back to dev
Min RK -
Show More
@@ -22,7 +22,7 b" name = 'ipython'"
22 _version_major = 3
22 _version_major = 3
23 _version_minor = 0
23 _version_minor = 0
24 _version_patch = 0
24 _version_patch = 0
25 _version_extra = 'b1'
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
@@ -4,6 +4,6 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.0.0-b1";
7 IPython.version = "3.0.0-dev";
8 return IPython;
8 return IPython;
9 });
9 });
General Comments 0
You need to be logged in to leave comments. Login now