From eafae47ac0aff89a3adb4ab676e43ce1dac0d04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Thu, 14 Nov 2024 21:42:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=204.13.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 47661e473..5d2a06f1a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,12 @@ small.label { } +## 4.13.2 (Nov 14, 2024) { id="4.13.2" } + +Fixes: + +- fixed coverage collection in multiprocess testing [testing framework] + ## 4.13.1 (Nov 4, 2024) { id="4.13.1" } Fixes: diff --git a/pyproject.toml b/pyproject.toml index f7ae9dc14..dd2370ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eth-wake" -version = "4.13.1" +version = "4.13.2" description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors." license = "ISC" authors = ["Ackee Blockchain"]