Skip to content

Commit 9bd26e8

Browse files
committed
Release 0.4.1
1 parent 4a8bab3 commit 9bd26e8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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-05-08 0.4.1
10+
================
811
- Fix command line options machinery by refactoring essential
912
pytest fixtures to the main package. They have been added to ``testing``
1013
beforehand, which is just plain wrong, and broke the 0.4.0 release.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "pytest-mqtt"
9-
version = "0.4.0"
9+
version = "0.4.1"
1010
description = "pytest-mqtt supports testing systems based on MQTT"
1111
readme = "README.rst"
1212
requires-python = ">=3.7"
@@ -167,7 +167,7 @@ test = [
167167
]
168168

169169
release = [
170-
{cmd="minibump bump --relax minor"},
170+
{cmd="minibump bump --relax patch"},
171171
{cmd="python -m build"},
172172
{cmd="twine upload --skip-existing dist/*.tar.gz dist/*.whl"},
173173
]

0 commit comments

Comments
 (0)