Skip to content

Commit

Permalink
prepare release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 27, 2020
1 parent f25a0b5 commit c37688b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- pip install pip --upgrade
- pip install setuptools --upgrade
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
echo "for the tiem being still test on 3.6";
echo "for the time being still test on 3.6";
sed -ibkp s/7/6/g setup.py;
git diff;
fi
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ contribute to the project.

Starting with IPython 7.10, IPython follows `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_

**IPython 7.17+** requires Python version 3.7 and above.

**IPython 7.10+** requires Python version 3.6 and above.

**IPython 7.0** requires Python version 3.5 and above.
Expand Down
15 changes: 15 additions & 0 deletions docs/source/whatsnew/version7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
7.x Series
============

.. _version 718:

IPython 7.18
============

IPython 7.18 is a minor release that mostly contains bugfixes.

- ``CRLF`` is now handled by magics my default; solving some issues due to copy
pasting on windows. :ghpull:`12475`

- Requirin pexpect ``>=4.3`` as we are Python 3.7+ only and earlier version of
pexpect will be incompatible. :ghpull:`12510`



.. _version 717:

IPython 7.17
Expand Down

0 comments on commit c37688b

Please sign in to comment.