Skip to content

Commit 1aed0ff

Browse files
committed
Bump version: 67.7.2 → 67.8.0
1 parent b3416b0 commit 1aed0ff

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-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.7.2
2+
current_version = 67.8.0
33
commit = True
44
tag = True
55

CHANGES.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v67.8.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3128: In deprecated easy_install, reload and merge the pth file before saving.
8+
9+
Misc
10+
^^^^
11+
* #3915: Adequate tests to the latest changes in ``virtualenv`` for Python 3.12.
12+
13+
114
v67.7.2
215
-------
316

changelog.d/3128.change.rst

-1
This file was deleted.

changelog.d/3915.misc.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.7.2
3+
version = 67.8.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)