From 00da78bb70fee64e56b185c89ad364e13c1bd9fd Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 29 Jul 2024 13:40:28 +0200 Subject: [PATCH] Release 0.4.2 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5d9d52c..05eca7b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ pytest-mqtt changelog in progress =========== + +2024-07-29 0.4.2 +================ - Added a little delay to the Mosquitto fixture. Possibly faster GitHub runners made MQTT software tests fail on the LorryStream project. diff --git a/pyproject.toml b/pyproject.toml index cf91c73..3e42bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [project] name = "pytest-mqtt" -version = "0.4.1" +version = "0.4.2" description = "pytest-mqtt supports testing systems based on MQTT" readme = "README.rst" requires-python = ">=3.7"