Skip to content

Commit

Permalink
Merge commit '8494f55'
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Jun 4, 2024
2 parents 674d7d9 + 8494f55 commit 018ab6e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project contributors (in alphabetical order)
- @riokuu
- @swistakm
- @Pastucha
- @pvsti

## Projects
- Initial scaffolding for this project was created using [cookiecutter](https://github.com/audreyr/cookiecutter) and
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
=======
History
=======
2.4.0 (2024-06-03)
------------------
* Fix: Refactor sensor_factory by @Pastucha in https://github.com/blebox/blebox_uniapi/pull/163
* Order in BOX_TYPES by @Pastucha in https://github.com/blebox/blebox_uniapi/pull/164
* Feature: smart meter by @swistakm in https://github.com/blebox/blebox_uniapi/pull/168
* Smartmeter by @pvsti in https://github.com/blebox/blebox_uniapi/pull/170
* fix: resolve regressions in cover and climate due to jmespath introduction by @swistakm in https://github.com/blebox/blebox_uniapi/pull/173

2.3.0 (2024-03-13)
------------------
* feat: add new methods to cover feature enabling handling of tilt open/close actions by @swistakm in https://github.com/blebox/blebox_uniapi/pull/154
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.3.0"
__version__ = "2.4.0"
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.3.0
current_version = 2.4.0
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.3.0",
version="2.4.0",
author="BleBox",
author_email="[email protected]",
python_requires=">=3.9",
Expand Down

0 comments on commit 018ab6e

Please sign in to comment.