Переглянути джерело

2.4.1

Automatically generated by python-semantic-release
semantic-release 2 днів тому
батько
коміт
83ca41195e
3 змінених файлів з 11 додано та 2 видалено
  1. 9 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml
  3. 1 1
      switchbot/__version__.py

+ 9 - 0
CHANGELOG.md

@@ -2,6 +2,15 @@
 
 <!-- version list -->
 
+## v2.4.1 (2026-08-07)
+
+### Bug Fixes
+
+- Allow API users to think about vertical oscillation "angle" in degrees.
+  ([#533](https://github.com/sblibs/pySwitchbot/pull/533),
+  [`fdd8b1c`](https://github.com/sblibs/pySwitchbot/commit/fdd8b1cdddd8fc91add1a2319e3c386f7336e467))
+
+
 ## v2.4.0 (2026-08-07)
 
 ### Bug Fixes

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "PySwitchbot"
-version = "2.4.0"
+version = "2.4.1"
 description = "A library to communicate with Switchbot"
 authors = ["Daniel Hjelseth Hoyer"]
 license = "MIT"

+ 1 - 1
switchbot/__version__.py

@@ -1 +1 @@
-__version__ = "2.4.0"
+__version__ = "2.4.1"