Skip to content

Commit

Permalink
Version bump - 0.46.0
Browse files Browse the repository at this point in the history
interactor - 0.16.5
  • Loading branch information
delfick committed Apr 28, 2024
1 parent 8598cd3 commit 82f4fb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/interactor/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

.. _release-interactor-0-16-5:

0.16.5 - TBD
0.16.5 - 28 April 2024
* Starting to add a webapp to the interactor
It currently does nothing.

Expand Down
2 changes: 1 addition & 1 deletion apps/interactor/interactor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.16.4"
VERSION = "0.16.5"
ZEROCONF_TYPE = "_photons._tcp.local."


Expand Down
2 changes: 1 addition & 1 deletion apps/interactor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = [
dependencies = [
"aiosqlite==0.17.0",
"alembic==1.13.1",
"lifx-photons-core[web-server]>=0.45.4",
"lifx-photons-core[web-server]>=0.46.0",
"netifaces==0.11.0",
"SQLAlchemy[asyncio]==2.0.28",
"zeroconf==0.36.12",
Expand Down
2 changes: 1 addition & 1 deletion docs/start/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ChangeLog

.. _release-core-0-46-0:

0.46.0 - TBD
0.46.0 - 28 April 2024
* Changed web_server.WSSend to be a protocol named web_server.Responder
* Added to photons_web_server some ability to add socketio routes

Expand Down
2 changes: 1 addition & 1 deletion modules/photons_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.45.5"
VERSION = "0.46.0"

0 comments on commit 82f4fb4

Please sign in to comment.