Skip to content

Commit 94bd490

Browse files
committed
Release 0.4.0
1 parent 4bd1b31 commit 94bd490

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pytest-mqtt changelog
55

66
in progress
77
===========
8+
9+
2024-03-31 0.4.0
10+
================
811
- Accept command line options ``--mqtt-host`` and ``--mqtt-port``,
912
in order to connect to an MQTT broker on a different endpoint
1013
than ``localhost:1883``. Thanks, @zedfmario.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "pytest-mqtt"
9-
version = "0.3.1"
9+
version = "0.4.0"
1010
description = "pytest-mqtt supports testing systems based on MQTT"
1111
readme = "README.rst"
1212
requires-python = ">=3.7"

0 commit comments

Comments
 (0)