diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 14 | ||||
| -rw-r--r-- | 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 ------- @@ -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 |
