##// END OF EJS Templates
Backport PR #13335: What's new 7.16.2
Matthias Bussonnier -
Show More
@@ -4,6 +4,19 b''
4
4
5 .. _version 716:
5 .. _version 716:
6
6
7 IPython 7.16.1, 7.16.2
8 ======================
9
10 IPython 7.16.1 was release immediately after 7.16.0 to fix a conda packaging issue.
11 The source is identical to 7.16.0 but the file permissions in the tar are different.
12
13 IPython 7.16.2 pins jedi dependency to "<=0.17.2" which should prevent some
14 issues for users still on python 3.6. This may not be sufficient as pip may
15 still allow to downgrade IPython.
16
17 Compatibility with Jedi > 0.17.2 was not added as this would have meant bumping
18 the minimal version to >0.16.
19
7 IPython 7.16
20 IPython 7.16
8 ============
21 ============
9
22
General Comments 0
You need to be logged in to leave comments. Login now