Skip to content

Commit

Permalink
apps/interactor: Version bump 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Jul 27, 2022
1 parent 571a608 commit 520b332
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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-4:

0.12.4 - 27 July 2022
* Upgrade photons core to get new button messages

.. _release-interactor-0-12-3:

0.12.3 - 24 June 2022
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.3"
VERSION = "0.12.4"
ZEROCONF_TYPE = "_photons._tcp.local."


Expand Down
2 changes: 1 addition & 1 deletion apps/interactor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
, python_requires = ">= 3.7"

, install_requires =
[ "lifx-photons-core>=0.42.5"
[ "lifx-photons-core>=0.42.6"
, "tornado>=6.1"
, "SQLAlchemy[asyncio]==1.4.23"
, "aiosqlite==0.17.0"
Expand Down

0 comments on commit 520b332

Please sign in to comment.