##// END OF EJS Templates
release 2.3.1
Min RK -
Show More
@@ -22,9 +22,9 b" name = 'ipython'"
22 22 _version_major = 2
23 23 _version_minor = 3
24 24 _version_patch = 1
25 _version_extra = 'maint'
25 # _version_extra = 'maint'
26 26 # _version_extra = 'rc1'
27 #_version_extra = '' # Uncomment this for full releases
27 _version_extra = '' # Uncomment this for full releases
28 28
29 29 # release.codename is deprecated in 2.0, will be removed in 3.0
30 30 codename = ''
@@ -7,7 +7,7 b''
7 7
8 8 var IPython = IPython || {};
9 9
10 IPython.version = "2.4.0-maint";
10 IPython.version = "2.3.1";
11 11
12 12 IPython.namespace = function (ns_string) {
13 13 "use strict";
General Comments 0
You need to be logged in to leave comments. Login now