Skip to content

Commit f51eccd

Browse files
committed
Bump version: 67.5.0 → 67.5.1
1 parent 1640731 commit f51eccd

File tree

6 files changed

+22
-14
lines changed

6 files changed

+22
-14
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 = 67.5.0
2+
current_version = 67.5.1
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v67.5.1
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3836: Fixed interaction between ``setuptools``' package auto-discovery and
8+
auto-generated ``htmlcov`` files.
9+
10+
Previously, the ``htmlcov`` name was ignored when searching for single-file
11+
modules, however the correct behaviour is to ignore it when searching for
12+
packages (since it is supposed to be a directory, see `coverage config`_)
13+
-- by :user:`yukihiko-shinoda`.
14+
15+
.. _coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory
16+
* #3838: Improved error messages for ``pyproject.toml`` validations.
17+
* #3839: Fixed ``pkg_resources`` errors caused when parsing metadata of packages that
18+
are already installed but do not conform with PEP 440.
19+
20+
121
v67.5.0
222
-------
323

changelog.d/3836.misc.rst

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

changelog.d/3838.misc.rst

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

changelog.d/3839.misc.rst

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 67.5.0
3+
version = 67.5.1
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)