From 413357393b74acd7f8bd02075a0f7ce8c239b869 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 18 Nov 2021 19:36:37 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2059.1.1=20=E2=86=92=2059.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 9 +++++++++ changelog.d/2875.change.rst | 1 - setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/2875.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7a9e9c589..a9d31cd265 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 59.1.1 +current_version = 59.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index de900208cb..3206647a0e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v59.2.0 +------- + + +Changes +^^^^^^^ +* #2875: Introduce changes from pypa/distutils@514e9d0, including support for overrides from Debian and pkgsrc, unlocking the possibility of making SETUPTOOLS_USE_DISTUTILS=local the default again. + + v59.1.1 ------- diff --git a/changelog.d/2875.change.rst b/changelog.d/2875.change.rst deleted file mode 100644 index a9d3a5f2c7..0000000000 --- a/changelog.d/2875.change.rst +++ /dev/null @@ -1 +0,0 @@ -Introduce changes from pypa/distutils@514e9d0, including support for overrides from Debian and pkgsrc, unlocking the possibility of making SETUPTOOLS_USE_DISTUTILS=local the default again. diff --git a/setup.cfg b/setup.cfg index 73c6483d93..7909ea10df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 59.1.1 +version = 59.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages