From 94bd490999f6d497ff60a5dccdb370f59dc5374e Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 31 Mar 2024 19:06:12 +0200 Subject: [PATCH] Release 0.4.0 --- CHANGES.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6ff942f..46f929e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ pytest-mqtt changelog in progress =========== + +2024-03-31 0.4.0 +================ - Accept command line options ``--mqtt-host`` and ``--mqtt-port``, in order to connect to an MQTT broker on a different endpoint than ``localhost:1883``. Thanks, @zedfmario. diff --git a/pyproject.toml b/pyproject.toml index 9efbe47..b03d5b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [project] name = "pytest-mqtt" -version = "0.3.1" +version = "0.4.0" description = "pytest-mqtt supports testing systems based on MQTT" readme = "README.rst" requires-python = ">=3.7"