File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
# release. 'dev' as a _version_extra string means this is a development
21
21
# version
22
22
_version_major = 3
23
- _version_minor = 3
24
- _version_patch = 0
25
- _version_extra = 'dev'
23
+ _version_minor = 2
24
+ _version_patch = 1
25
+ # _version_extra = 'dev'
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 = ''
Original file line number Diff line number Diff line change 4
4
var IPython = IPython || { } ;
5
5
define ( [ ] , function ( ) {
6
6
"use strict" ;
7
- IPython . version = "3.3.0-dev " ;
7
+ IPython . version = "3.2.1 " ;
8
8
IPython . _target = '_blank' ;
9
9
return IPython ;
10
10
} ) ;
You can’t perform that action at this time.
0 commit comments