Skip to content

Commit 679bac0

Browse files
committed
Release 0.2.0
1 parent 75151cb commit 679bac0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ in progress
77
===========
88

99

10+
2023-03-15 0.2.0
11+
================
12+
13+
- Mosquitto fixture: Add missing ``port`` attribute and fix return tuple
14+
of ``BaseImage.run``. Thanks, @edenhaus!
15+
16+
1017
2022-09-20 0.1.0
1118
================
1219

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.1.0"
9+
version = "0.2.0"
1010
description = "pytest-mqtt supports testing systems based on MQTT"
1111
readme = "README.rst"
1212
requires-python = ">=3.6"

0 commit comments

Comments
 (0)