##// END OF EJS Templates
use dev for maintenance branch version...
Min RK -
Show More
@@ -22,7 +22,7 b" name = 'ipython'"
22 22 _version_major = 3
23 23 _version_minor = 2
24 24 _version_patch = 0
25 _version_extra = 'maint'
25 _version_extra = 'dev'
26 26 # _version_extra = 'rc1'
27 27 # _version_extra = '' # Uncomment this for full releases
28 28
@@ -4,7 +4,7 b''
4 4 var IPython = IPython || {};
5 5 define([], function(){
6 6 "use strict";
7 IPython.version = "3.1.0";
7 IPython.version = "3.2.0-dev";
8 8 IPython._target = '_blank';
9 9 return IPython;
10 10 });
General Comments 0
You need to be logged in to leave comments. Login now