diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-21 17:43:20 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-21 17:43:20 -0400 |
commit | 1617a58ebb12a588d5272bef340c2596ce9c3997 (patch) | |
tree | f402fba4aca36fac1ab521786e105034ead6c6bc | |
parent | e260b12448963926a6bf665bf6fadb3fc1c3dc33 (diff) | |
download | python-setuptools-git-1617a58ebb12a588d5272bef340c2596ce9c3997.tar.gz |
Bump version: 65.1.1 → 65.2.0v65.2.0
-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 |