summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-12-01 09:52:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-12-01 09:52:47 -0500
commit6fa879b961c6623750a8a25325eeeda9e68fa541 (patch)
tree423674721f550b9a8433e3b42b1058edca353ebf
parent53b2eb605de63b1c7589696ad55780b6ae0b7dcf (diff)
downloadpython-setuptools-git-6fa879b961c6623750a8a25325eeeda9e68fa541.tar.gz
Bump version: 42.0.1 → 42.0.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst7
-rw-r--r--changelog.d/1921.change.txt1
-rw-r--r--changelog.d/1922.change.rst1
-rw-r--r--setup.cfg2
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.
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