From 7d5b2d9cc8f8b8eca2fa501214d2158eeb3ab6d1 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 20 Aug 2018 18:29:49 +0200 Subject: [PATCH] Release 3.4.2 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1087c4499..e2422e6e3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +3.4.2 (2018-08-20) +------------------ + +Bugfixes +^^^^^^^^ + +* Changed dependency for pathlib to pathlib2 (#636). +* Fixed code for inserting the project to sys.path with pathlib to use an + absolute path, regression in 3.4.0 (#637, #638). + 3.4.0 (2018-08-16) ------------------