summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:14:13 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:14:13 -0500
commit1d0e60b043f7ea7ff421450ca5c3ce1c924e8ab3 (patch)
treea0a7f2fcab0c657c26246a8309de9fbf17617937
parent0ae1e5aad39f53333150837539417a4d7c38920d (diff)
downloadpytest-runner-1d0e60b043f7ea7ff421450ca5c3ce1c924e8ab3.tar.gz
Update changelog. Ref #43.4.3.1
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3fa11b9..02d5618 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+4.3.1
+=====
+
+* #43: Re-release of 4.2 to supersede the 4.3 release which
+ proved to be backward-incompatible in that it requires
+ setuptools 30.4 or possibly later (to install). In the future, a
+ backward-incompatible release will re-release these changes.
+ For projects including pytest-runner, particularly as
+ ``setup_requires``, if support for older setuptools is required,
+ please pin to ``pytest-runner < 5``.
+
4.2
===