Skip to content

Commit be6c021

Browse files
committed
Bump version: 67.5.1 → 67.6.0
1 parent 0031d7f commit be6c021

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 67.5.1
2+
current_version = 67.6.0
33
commit = True
44
tag = True
55

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v67.6.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3804: Added caching for supported wheel tags.
8+
* #3846: Added pruning heuristics to ``PackageFinder`` based on ``exclude``.
9+
10+
111
v67.5.1
212
-------
313

changelog.d/3804.change.rst

-1
This file was deleted.

changelog.d/3846.change.rst

-1
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 67.5.1
3+
version = 67.6.0
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)