Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 8, 2024
1 parent 4a8bab3 commit 9bd26e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"},
]

0 comments on commit 9bd26e8

Please sign in to comment.