From 0e4c40186b7732e58164cebd1804247feab7c694 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 3 Aug 2023 19:42:03 +0200 Subject: [PATCH] Release 0.3.1 --- CHANGES.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6d23c2a..252fbd9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,10 @@ pytest-mqtt changelog in progress =========== + +2023-08-03 0.3.1 +================ + - Fix improving error handling when Docker daemon is not running. diff --git a/pyproject.toml b/pyproject.toml index deaff94..b54b4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [project] name = "pytest-mqtt" -version = "0.3.0" +version = "0.3.1" description = "pytest-mqtt supports testing systems based on MQTT" readme = "README.rst" requires-python = ">=3.6"