##// END OF EJS Templates
prepare release notes
Matthias Bussonnier -
Show More
@@ -35,7 +35,7 b' install:'
35 35 - pip install pip --upgrade
36 36 - pip install setuptools --upgrade
37 37 - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
38 echo "for the tiem being still test on 3.6";
38 echo "for the time being still test on 3.6";
39 39 sed -ibkp s/7/6/g setup.py;
40 40 git diff;
41 41 fi
@@ -29,6 +29,8 b' contribute to the project.'
29 29
30 30 Starting with IPython 7.10, IPython follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_
31 31
32 **IPython 7.17+** requires Python version 3.7 and above.
33
32 34 **IPython 7.10+** requires Python version 3.6 and above.
33 35
34 36 **IPython 7.0** requires Python version 3.5 and above.
@@ -2,6 +2,21 b''
2 2 7.x Series
3 3 ============
4 4
5 .. _version 718:
6
7 IPython 7.18
8 ============
9
10 IPython 7.18 is a minor release that mostly contains bugfixes.
11
12 - ``CRLF`` is now handled by magics my default; solving some issues due to copy
13 pasting on windows. :ghpull:`12475`
14
15 - Requirin pexpect ``>=4.3`` as we are Python 3.7+ only and earlier version of
16 pexpect will be incompatible. :ghpull:`12510`
17
18
19
5 20 .. _version 717:
6 21
7 22 IPython 7.17
General Comments 0
You need to be logged in to leave comments. Login now