diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/3553.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 6df865b0..cf3c02a9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.1.1 +current_version = 65.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 448c6e8e..09a7c1bc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v65.2.0 +------- + + +Changes +^^^^^^^ +* #3553: Sync with pypa/distutils@22b9bcf, including fixed cross-compiling support and removing deprecation warning per pypa/distutils#169. + + v65.1.1 ------- diff --git a/changelog.d/3553.change.rst b/changelog.d/3553.change.rst deleted file mode 100644 index 145d7cb3..00000000 --- a/changelog.d/3553.change.rst +++ /dev/null @@ -1 +0,0 @@ -Sync with pypa/distutils@22b9bcf, including fixed cross-compiling support and removing deprecation warning per pypa/distutils#169. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.1.1 +version = 65.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
