Skip to content

Commit 4cbdd17

Browse files
committed
Generate NEWS for release
1 parent 4db471f commit 4cbdd17

File tree

8 files changed

+19
-9
lines changed

8 files changed

+19
-9
lines changed

NEWS.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88
.. towncrier release notes start
99
1010
11+
10.0.0 (2018-04-14)
12+
===================
13+
14+
Bug Fixes
15+
---------
16+
17+
- Prevent false-positive installation warnings due to incomplete name
18+
normalizaton. (#5134)
19+
- Fix issue where installing from Git with a short SHA would fail. (#5140)
20+
- Accept pre-release versions when checking for conflicts with pip check or pip
21+
install. (#5141)
22+
- ``ioctl(fd, termios.TIOCGWINSZ, ...)`` needs 8 bytes of data (#5150)
23+
- Do not warn about script location when installing to the directory containing
24+
sys.executable. This is the case when 'pip install'ing without activating a
25+
virtualenv. (#5157)
26+
- Fix PEP 518 support. (#5188)
27+
- Don't warn about script locations if ``--target`` is specified. (#5203)
28+
29+
1130
10.0.0b2 (2018-04-02)
1231
=====================
1332

news/5134.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5140.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5141.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5150.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5157.bugfix

Lines changed: 0 additions & 3 deletions
This file was deleted.

news/5188.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5203.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)