Skip to content

Commit

Permalink
Bump version: 2.4.1 → 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Jun 4, 2024
1 parent 9d41218 commit 3f9bb4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
=======
History
=======
2.4.2 (2024-06-04)
------------------
* fix: add missing support for active power sensors on switchbox/switchboxd devices by @swistakm in https://github.com/blebox/blebox_uniapi/pull/175

2.4.1 (2024-06-04)
------------------
* fix: rectify ambiguity around powerConsumption and wind sensor types
Expand Down
2 changes: 1 addition & 1 deletion blebox_uniapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """BleBox"""
__email__ = "[email protected]"
__version__ = "2.4.1"
__version__ = "2.4.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.1
current_version = 2.4.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]

setup(
version="2.4.1",
version="2.4.2",
author="BleBox",
author_email="[email protected]",
python_requires=">=3.9",
Expand Down

0 comments on commit 3f9bb4c

Please sign in to comment.