Skip to content

Commit

Permalink
Bump version: 67.5.0 → 67.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 6, 2023
1 parent 1640731 commit f51eccd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 67.5.0
current_version = 67.5.1
commit = True
tag = True

Expand Down
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v67.5.1
-------


Misc
^^^^
* #3836: Fixed interaction between ``setuptools``' package auto-discovery and
auto-generated ``htmlcov`` files.

Previously, the ``htmlcov`` name was ignored when searching for single-file
modules, however the correct behaviour is to ignore it when searching for
packages (since it is supposed to be a directory, see `coverage config`_)
-- by :user:`yukihiko-shinoda`.

.. _coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory
* #3838: Improved error messages for ``pyproject.toml`` validations.
* #3839: Fixed ``pkg_resources`` errors caused when parsing metadata of packages that
are already installed but do not conform with PEP 440.


v67.5.0
-------

Expand Down
9 changes: 0 additions & 9 deletions changelog.d/3836.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3838.misc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3839.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 67.5.0
version = 67.5.1
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit f51eccd

Please sign in to comment.