##// END OF EJS Templates
release 3.2.3
Min RK -
Show More
@@ -21,7 +21,7 b" name = 'ipython'"
21 # version
21 # version
22 _version_major = 3
22 _version_major = 3
23 _version_minor = 2
23 _version_minor = 2
24 _version_patch = 2
24 _version_patch = 3
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
@@ -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.2";
7 IPython.version = "3.2.3";
8 IPython._target = '_blank';
8 IPython._target = '_blank';
9 return IPython;
9 return IPython;
10 });
10 });
@@ -2,6 +2,11 b''
2 3.x Series
2 3.x Series
3 ============
3 ============
4
4
5 IPython 3.2.3
6 =============
7
8 Fixes compatibility with Python 3.4.4.
9
5 IPython 3.2.2
10 IPython 3.2.2
6 =============
11 =============
7
12
General Comments 0
You need to be logged in to leave comments. Login now