Skip to content

Commit

Permalink
Version bump - 0.42.10
Browse files Browse the repository at this point in the history
Interactor - 0.12.8
  • Loading branch information
delfick committed Nov 25, 2023
1 parent 504093f commit 337fc28
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions apps/interactor/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

.. _release-interactor-0-12-8:

0.12.8 - 26 November 2023
* Upgrade photons core to get String and Neon to the product registry

.. _release-interactor-0-12-7:

0.12.7 - 25 July 2023
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.12.7"
VERSION = "0.12.8"
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 @@ -20,7 +20,7 @@ dependencies = [
"aiohttp==3.7.4",
"aiosqlite==0.17.0",
"alembic==1.3.2",
"lifx-photons-core>=0.42.9",
"lifx-photons-core>=0.42.10",
"netifaces==0.11.0",
"SQLAlchemy[asyncio]==1.4.23",
"tornado>=6.1",
Expand Down
5 changes: 5 additions & 0 deletions docs/start/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
ChangeLog
=========

.. _release-core-0-42.10:

0.42.10 - 26 November 2023
* Added String and Neon to the product registry

.. _release-core-0-42.9:

0.42.9 - 25 July 2023
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.42.9"
VERSION = "0.42.10"

0 comments on commit 337fc28

Please sign in to comment.