diff options
| -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 |
