summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:17:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:17:51 -0500
commit2913cd2fb01ad77947411680d9b1fbf0a5eae69e (patch)
tree9ba3a43bc104e983096b22548ee408c696f37853
parent4b0ed61e7c8900c094bcd3ce1280181c1ec0b254 (diff)
parent1d0e60b043f7ea7ff421450ca5c3ce1c924e8ab3 (diff)
downloadpytest-runner-2913cd2fb01ad77947411680d9b1fbf0a5eae69e.tar.gz
Merge branch '4.x'
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 421f10c..6693e0a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,19 @@
+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.3
===
+(Pulled from PyPI due to #43)
+
* #42: Update project metadata, including pyproject.toml declaration.
4.2