From 565d4febd8fedf50638ea54d14f2e75bd9a4558a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 31 Jul 2022 19:35:25 -0400 Subject: =?UTF-8?q?Bump=20version:=2063.2.0=20=E2=86=92=2063.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 14 ++++++++++++++ setup.cfg | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bcbe8935..24e18c3b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 63.2.0 +current_version = 63.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 6a9f0b23..48b5645e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,17 @@ +v63.3.0 +------- + + +Changes +^^^^^^^ +* #3460: <<<<<<< HEAD + Limit the scope of the _distutils_hack workaround for pip. + ======= + Remove the pip workaround in _distutils_hack. + >>>>>>> 46344cf0 (Remove pip workaround in _distutils_hack.) +* #3475: Merge with pypa/distutils@129480b, including substantial delinting and cleanup, some refactoring around compiler logic, better messaging in cygwincompiler (pypa/distutils#161). + + v63.2.0 ------- diff --git a/setup.cfg b/setup.cfg index a6cb9f09..e99f12f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 63.2.0 +version = 63.3.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages -- cgit v1.2.1