Skip to content

Commit be17181

Browse files
committed
Version bump - 0.46.6
Interactor - 0.16.11
1 parent 093215b commit be17181

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

apps/interactor/docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Changelog
44
=========
55

6+
.. _release-interactor-0-16-11:
7+
8+
0.16.11 - 28 September 2025
9+
* Photons now understands devices with more than 82 zones may return multiple
10+
extended multizone state messages
11+
612
.. _release-interactor-0-16-10:
713

814
0.16.10 - 22 May 2025
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "0.16.10"
1+
VERSION = "0.16.11"
22
ZEROCONF_TYPE = "_photons._tcp.local."

apps/interactor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = [ "lifx", "photons" ]
1313
dependencies = [
1414
"aiosqlite==0.17.0",
1515
"alembic==1.13.1",
16-
"lifx-photons-core[web-server]>=0.46.5",
16+
"lifx-photons-core[web-server]>=0.46.6",
1717
"netifaces==0.11.0",
1818
"SQLAlchemy[asyncio]==2.0.36",
1919
"zeroconf==0.36.12"

docs/start/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
ChangeLog
44
=========
55

6+
.. _release-core-0-46-6:
7+
8+
0.46.6 - 28 September 2025
9+
* Photons now understands devices with more than 82 zones may return multiple
10+
extended multizone state messages
11+
612
.. _release-core-0-46-5:
713

814
0.46.5 - 22 May 2025

modules/photons_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.46.5"
1+
VERSION = "0.46.6"

0 commit comments

Comments
 (0)