We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1b31 commit 94bd490Copy full SHA for 94bd490
CHANGES.rst
@@ -5,6 +5,9 @@ pytest-mqtt changelog
5
6
in progress
7
===========
8
+
9
+2024-03-31 0.4.0
10
+================
11
- Accept command line options ``--mqtt-host`` and ``--mqtt-port``,
12
in order to connect to an MQTT broker on a different endpoint
13
than ``localhost:1883``. Thanks, @zedfmario.
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"
0 commit comments