summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-23 10:03:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-23 10:03:36 -0400
commitd777013eacadd446452a66ee96acabf363944b68 (patch)
tree2887090cc4c8f97c915119a46ee5d63083857c67
parentb2202f5aee77d3a764154d89a56579da83232282 (diff)
downloadpytest-runner-d777013eacadd446452a66ee96acabf363944b68.tar.gz
Update changelog from master.
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0ae8d37..844fe46 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+4.5
+===
+
+* Packaging (skeleton) refresh, including adoption of
+ `black <https://pypi.org/project/black>`_ for style.
+
4.4
===
@@ -16,6 +22,13 @@
``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
===