Просмотр исходного кода

2.7.0

Automatically generated by python-semantic-release
semantic-release 7 часов назад
Родитель
Сommit
09a55b8285
3 измененных файлов с 10 добавлено и 2 удалено
  1. 8 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml
  3. 1 1
      switchbot/__version__.py

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 
 <!-- version list -->
 
+## v2.7.0 (2026-08-31)
+
+### Features
+
+- Add Lock Ultra Max support ([#558](https://github.com/sblibs/pySwitchbot/pull/558),
+  [`eefa4a7`](https://github.com/sblibs/pySwitchbot/commit/eefa4a701423a79369a0daaeb517d9692d43e00f))
+
+
 ## v2.6.0 (2026-08-24)
 
 ### Features

+ 1 - 1
pyproject.toml

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

+ 1 - 1
switchbot/__version__.py

@@ -1 +1 @@
-__version__ = "2.6.0"
+__version__ = "2.7.0"