diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-13 21:56:40 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-13 21:56:40 -0400 |
| commit | 6f205904ca63a91946b862068278a51dddb36cf4 (patch) | |
| tree | b82d2e18ca2dc6987c3308c150d4031c0f81a140 | |
| parent | 2df5d97f4ea78fa4fe67f49a9f0ab7e48a00dd27 (diff) | |
| download | python-setuptools-git-6f205904ca63a91946b862068278a51dddb36cf4.tar.gz | |
Bump version: 49.5.0 → 49.6.0v49.6.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/2129.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7ecebcd9..4bbe60c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.5.0 +current_version = 49.6.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 534e15a8..2d49707b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.6.0 +------- + +* #2129: In pkg_resources, no longer detect any pathname ending in .egg as a Python egg. Now the path must be an unpacked egg or a zip file. + + v49.5.0 ------- diff --git a/changelog.d/2129.change.rst b/changelog.d/2129.change.rst deleted file mode 100644 index b7d38862..00000000 --- a/changelog.d/2129.change.rst +++ /dev/null @@ -1 +0,0 @@ -In pkg_resources, no longer detect any pathname ending in .egg as a Python egg. Now the path must be an unpacked egg or a zip file. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.5.0 +version = 49.6.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
