diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rw-r--r-- | changelog.d/1921.change.txt | 1 | ||||
| -rw-r--r-- | changelog.d/1922.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e37acce5..8a9f4435 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 42.0.1 +current_version = 42.0.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index da657c28..81abbe59 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v42.0.2 +------- + +* #1921: Fix support for easy_install's ``find-links`` option in ``setup.cfg``. +* #1922: Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras. + + v42.0.1 ------- diff --git a/changelog.d/1921.change.txt b/changelog.d/1921.change.txt deleted file mode 100644 index 7c001eb8..00000000 --- a/changelog.d/1921.change.txt +++ /dev/null @@ -1 +0,0 @@ -Fix support for easy_install's ``find-links`` option in ``setup.cfg``. diff --git a/changelog.d/1922.change.rst b/changelog.d/1922.change.rst deleted file mode 100644 index 837ef9c9..00000000 --- a/changelog.d/1922.change.rst +++ /dev/null @@ -1 +0,0 @@ -Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 42.0.1 +version = 42.0.2 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
