From 6fa879b961c6623750a8a25325eeeda9e68fa541 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 1 Dec 2019 09:52:47 -0500 Subject: =?UTF-8?q?Bump=20version:=2042.0.1=20=E2=86=92=2042.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 7 +++++++ changelog.d/1921.change.txt | 1 - changelog.d/1922.change.rst | 1 - setup.cfg | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/1921.change.txt delete mode 100644 changelog.d/1922.change.rst 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. diff --git a/setup.cfg b/setup.cfg index b8e54279..68b49d73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit v1.2.1