##// END OF EJS Templates
Merge pull request #13340 from meeseeksmachine/auto-backport-of-pr-13335-on-7.x...
Matthias Bussonnier -
r27177:47efe0e2 merge
parent child Browse files
Show More
@@ -596,6 +596,19 b' Which is now also present on subclasses::'
596 596
597 597 .. _version 716:
598 598
599 IPython 7.16.1, 7.16.2
600 ======================
601
602 IPython 7.16.1 was release immediately after 7.16.0 to fix a conda packaging issue.
603 The source is identical to 7.16.0 but the file permissions in the tar are different.
604
605 IPython 7.16.2 pins jedi dependency to "<=0.17.2" which should prevent some
606 issues for users still on python 3.6. This may not be sufficient as pip may
607 still allow to downgrade IPython.
608
609 Compatibility with Jedi > 0.17.2 was not added as this would have meant bumping
610 the minimal version to >0.16.
611
599 612 IPython 7.16
600 613 ============
601 614
General Comments 0
You need to be logged in to leave comments. Login now