From 9bd26e8449f39efe6e86e08aea00490f8f09b1eb Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 8 May 2024 23:00:57 +0200 Subject: [PATCH] Release 0.4.1 --- CHANGES.rst | 3 +++ pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6fadbcb..3cc0959 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ pytest-mqtt changelog in progress =========== + +2024-05-08 0.4.1 +================ - Fix command line options machinery by refactoring essential pytest fixtures to the main package. They have been added to ``testing`` beforehand, which is just plain wrong, and broke the 0.4.0 release. diff --git a/pyproject.toml b/pyproject.toml index 18f25b3..45ea348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [project] name = "pytest-mqtt" -version = "0.4.0" +version = "0.4.1" description = "pytest-mqtt supports testing systems based on MQTT" readme = "README.rst" requires-python = ">=3.7" @@ -167,7 +167,7 @@ test = [ ] release = [ - {cmd="minibump bump --relax minor"}, + {cmd="minibump bump --relax patch"}, {cmd="python -m build"}, {cmd="twine upload --skip-existing dist/*.tar.gz dist/*.whl"}, ]