Skip to content

Commit 71b355b

Browse files
committed
Bump version: 68.0.0 → 68.1.0
1 parent 492f211 commit 71b355b

14 files changed

+33
-17
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 68.0.0
2+
current_version = 68.1.0
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
v68.1.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Removed code referencing bdist_wininst in install_scripts. (#3525)
8+
- Promote ``pyproject.toml``'s ``[tool.setuptools]`` out of beta.
9+
Note that some fields are still considered deprecated and/or obsolete,
10+
and these might be removed in future versions (i.e., there is no guarantee
11+
for long term support and backward compatibility on those fields). (#3962)
12+
- Automatically add files listed in ``Extension.depends`` to sdists,
13+
as long as they are contained in the project directory -- by :user:`RuRo` (#4000)
14+
- Require Python 3.8 or later.
15+
16+
17+
Bugfixes
18+
--------
19+
20+
- Made imports in editable installs case-sensitive on case-insensitive filesystems -- by :user:`aganders3` (#3995)
21+
- Use default encoding to create ``.pth`` files with ``editable_wheel``. (#4009)
22+
- Detects (and complain about) ``scripts`` and ``gui-scripts`` set via ``setup.py``
23+
when ``pyproject.toml`` does not include them in ``dynamic``. (#4012)
24+
25+
26+
Misc
27+
----
28+
29+
- #3833, #3960, #4001, #4007
30+
31+
132
v68.0.0
233
=======
334

newsfragments/+drop-py37.feature.rst

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

newsfragments/3525.feature.rst

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

newsfragments/3833.misc.rst

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

newsfragments/3960.misc.rst

Whitespace-only changes.

newsfragments/3962.feature.rst

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

newsfragments/3995.bugfix.rst

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

newsfragments/4000.feature.rst

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

newsfragments/4001.misc.rst

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

0 commit comments

Comments
 (0)