diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 15:04:51 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 15:04:51 -0500 |
| commit | 5141c4210c2a63a3bb54f0f512e4116faedc8d63 (patch) | |
| tree | ccc5d3921cdb2244ca6af24ef47f4686be1eacc9 | |
| parent | 77cc5312f1ff3efcbb7b6b4fb1a76d961e699ecc (diff) | |
| download | python-setuptools-git-59.0.1.tar.gz | |
Bump version: 59.0.0 → 59.0.1v59.0.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 11 | ||||
| -rw-r--r-- | changelog.d/2880.misc.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2bcedf6c..3be75098 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 59.0.0 +current_version = 59.0.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 0caed661..2ba54410 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +v59.0.1 +------- + + +Misc +^^^^ +* #2880: Removed URL requirement for ``pytest-virtualenv`` in ``setup.cfg``. + PyPI rejects packages with dependencies external to itself. + Instead the test dependency was overwritten via ``tox.ini`` + + v59.0.0 ------- diff --git a/changelog.d/2880.misc.rst b/changelog.d/2880.misc.rst deleted file mode 100644 index 1ad35057..00000000 --- a/changelog.d/2880.misc.rst +++ /dev/null @@ -1,3 +0,0 @@ -Removed URL requirement for ``pytest-virtualenv`` in ``setup.cfg``. -PyPI rejects packages with dependencies external to itself. -Instead the test dependency was overwritten via ``tox.ini`` @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 59.0.0 +version = 59.0.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
