File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ pytest-mqtt changelog
5
5
6
6
in progress
7
7
===========
8
+
9
+ 2024-05-08 0.4.1
10
+ ================
8
11
- Fix command line options machinery by refactoring essential
9
12
pytest fixtures to the main package. They have been added to ``testing ``
10
13
beforehand, which is just plain wrong, and broke the 0.4.0 release.
Original file line number Diff line number Diff line change 6
6
7
7
[project ]
8
8
name = " pytest-mqtt"
9
- version = " 0.4.0 "
9
+ version = " 0.4.1 "
10
10
description = " pytest-mqtt supports testing systems based on MQTT"
11
11
readme = " README.rst"
12
12
requires-python = " >=3.7"
@@ -167,7 +167,7 @@ test = [
167
167
]
168
168
169
169
release = [
170
- {cmd =" minibump bump --relax minor " },
170
+ {cmd =" minibump bump --relax patch " },
171
171
{cmd =" python -m build" },
172
172
{cmd =" twine upload --skip-existing dist/*.tar.gz dist/*.whl" },
173
173
]
You can’t perform that action at this time.
0 commit comments