diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-18 19:36:37 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-18 19:36:37 -0500 |
| commit | 413357393b74acd7f8bd02075a0f7ce8c239b869 (patch) | |
| tree | e3c04f60cc007c0f65f8d564da5658545ce8f05c | |
| parent | d508e3841d3a40aeb602b0a9a883b227a27a3842 (diff) | |
| download | python-setuptools-git-59.2.0.tar.gz | |
Bump version: 59.1.1 → 59.2.0v59.2.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2875.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 c7a9e9c5..a9d31cd2 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 de900208..3206647a 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 a9d3a5f2..00000000 --- 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. @@ -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 |
