From 40eaed7dcb7f9483908324a646753e02195b8cd2 2021-11-26 19:56:00 From: Matthias Bussonnier Date: 2021-11-26 19:56:00 Subject: [PATCH] Backport PR #13335: What's new 7.16.2 --- diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 20fa039..8edb330 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -596,6 +596,19 @@ Which is now also present on subclasses:: .. _version 716: +IPython 7.16.1, 7.16.2 +====================== + +IPython 7.16.1 was release immediately after 7.16.0 to fix a conda packaging issue. +The source is identical to 7.16.0 but the file permissions in the tar are different. + +IPython 7.16.2 pins jedi dependency to "<=0.17.2" which should prevent some +issues for users still on python 3.6. This may not be sufficient as pip may +still allow to downgrade IPython. + +Compatibility with Jedi > 0.17.2 was not added as this would have meant bumping +the minimal version to >0.16. + IPython 7.16 ============