File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ pytest-mqtt changelog
55
66in 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.
Original file line number Diff line number Diff line change 66
77[project ]
88name = " pytest-mqtt"
9- version = " 0.4.0 "
9+ version = " 0.4.1 "
1010description = " pytest-mqtt supports testing systems based on MQTT"
1111readme = " README.rst"
1212requires-python = " >=3.7"
@@ -167,7 +167,7 @@ test = [
167167]
168168
169169release = [
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]
You can’t perform that action at this time.
0 commit comments