diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-31 19:35:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-31 19:35:25 -0400 |
| commit | 565d4febd8fedf50638ea54d14f2e75bd9a4558a (patch) | |
| tree | f3016cb4b3a81304b9e66d116644582003a1b1e9 | |
| parent | ccb066618410fb92512372c9e17569c1d34f29a7 (diff) | |
| download | python-setuptools-git-63.3.0.tar.gz | |
Bump version: 63.2.0 → 63.3.0v63.3.0
| -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 |
