diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-06 20:10:12 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-06 20:10:12 -0500 |
| commit | f75c6289666ae845b80f1666ea68ec0f28afcc73 (patch) | |
| tree | 75d3270663109e85ba38ca877f85cafaf43cd423 | |
| parent | bb17d4f9b23b3b8d670271f36d8894239295efe3 (diff) | |
| download | python-setuptools-git-f75c6289666ae845b80f1666ea68ec0f28afcc73.tar.gz | |
Bump version: 67.1.0 → 67.2.0v67.2.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/3809.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c9f7bf8..126aa159 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.1.0 +current_version = 67.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 245c32fa..428b8339 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v67.2.0 +------- + + +Changes +^^^^^^^ +* #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). + + v67.1.0 ------- diff --git a/changelog.d/3809.change.rst b/changelog.d/3809.change.rst deleted file mode 100644 index ac38871a..00000000 --- a/changelog.d/3809.change.rst +++ /dev/null @@ -1 +0,0 @@ -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). @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 67.1.0 +version = 67.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
