diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-05 21:42:17 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-05 21:42:17 -0500 |
| commit | e5530cbbec3197cdd17b904563862a233c286c71 (patch) | |
| tree | 44aa3bf468f6da83842e563e89e290040a293586 | |
| parent | ed82c4546b057b25a3d96036c20fa29819f03210 (diff) | |
| download | python-setuptools-git-e5530cbbec3197cdd17b904563862a233c286c71.tar.gz | |
Bump version: 60.7.1 → 60.8.0v60.8.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/3085.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 93a72b39..91356119 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.7.1 +current_version = 60.8.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 3f8b182a..e6d359a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v60.8.0 +------- + + +Changes +^^^^^^^ +* #3085: Setuptools now vendors importlib_resources and importlib_metadata and jaraco.text. Setuptools no longer relies on pkg_resources for ensure_directory nor parse_requirements. + + v60.7.1 ------- diff --git a/changelog.d/3085.change.rst b/changelog.d/3085.change.rst deleted file mode 100644 index 6c0a5bea..00000000 --- a/changelog.d/3085.change.rst +++ /dev/null @@ -1 +0,0 @@ -Setuptools now vendors importlib_resources and importlib_metadata and jaraco.text. Setuptools no longer relies on pkg_resources for ensure_directory nor parse_requirements. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.7.1 +version = 60.8.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
