Show More
@@ -21,7 +21,7 b" name = 'ipython'" | |||||
21 | # version |
|
21 | # version | |
22 | _version_major = 4 |
|
22 | _version_major = 4 | |
23 | _version_minor = 0 |
|
23 | _version_minor = 0 | |
24 |
_version_patch = |
|
24 | _version_patch = 1 | |
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 |
@@ -2,6 +2,17 b'' | |||||
2 | 4.x Series |
|
2 | 4.x Series | |
3 | ============ |
|
3 | ============ | |
4 |
|
4 | |||
|
5 | IPython 4.0.1 | |||
|
6 | ============= | |||
|
7 | ||||
|
8 | Released November, 2015 | |||
|
9 | ||||
|
10 | Fixes for: | |||
|
11 | ||||
|
12 | - Installation on some systems | |||
|
13 | - Compatibility with CPython 3.4.4 | |||
|
14 | - Compatibility with Qt5 | |||
|
15 | ||||
5 | IPython 4.0 |
|
16 | IPython 4.0 | |
6 | =========== |
|
17 | =========== | |
7 |
|
18 |
General Comments 0
You need to be logged in to leave comments.
Login now