Skip to content

Commit f75c628

Browse files
committed
Bump version: 67.1.0 → 67.2.0
1 parent bb17d4f commit f75c628

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.bumpversion.cfg

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

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v67.2.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3809: Merge with distutils@8c3c3d29, including fix for ``sysconfig.get_python_inc()`` (pypa/distutils#178), fix for segfault on MinGW (pypa/distutils#196), and better ``has_function`` support (pypa/distutils#195).
8+
9+
110
v67.1.0
211
-------
312

changelog.d/3809.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.1.0
3+
version = 67.2.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)