Skip to content

Commit c4fab17

Browse files
committed
Bump version to v1.7.7, update CHANGELOG
1 parent d987717 commit c4fab17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Ongoing
3+
## v1.7.7
44

5-
- Implement code quality improvements as suggested by SonarCloud
5+
- Implement code quality improvements as suggested by SonarCloud via [#762](https://github.com/plugwise/python-plugwise/pull/762), [#763](https://github.com/plugwise/python-plugwise/pull/763), [#764](https://github.com/plugwise/python-plugwise/pull/764), and [#765](https://github.com/plugwise/python-plugwise/pull/765)
66

77
## v1.7.6
88

plugwise/legacy/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def _all_appliances(self) -> None:
139139
self._reorder_devices()
140140

141141
def _reorder_devices(self) -> None:
142-
"""Place the gateway and optional heater_central devices as 1st and 2nd."""
142+
"""Place the gateway and optional heater_central devices as 1st and 2nd."""
143143
reordered = {}
144144
for dev_class in PRIORITY_DEVICE_CLASSES:
145145
for entity_id, entity in dict(self.gw_entities).items():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise"
7-
version = "1.7.6"
7+
version = "1.7.7"
88
license = "MIT"
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)