Skip to content

Commit

Permalink
Version bump - 0.42.1
Browse files Browse the repository at this point in the history
Interactor: 0.12.0
Arranger: 0.6.1
  • Loading branch information
delfick committed Jan 9, 2022
1 parent 83431bb commit f199141
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/arranger/arranger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.6.0"
VERSION = "0.6.1"


def run_pytest():
Expand Down
2 changes: 1 addition & 1 deletion apps/arranger/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Changelog

.. _release-arranger-0-6-1:

0.6.1 - TBD
0.6.1 - 9 January 2022
* Upgrade Photons
* lint and update the Javascript

Expand Down
2 changes: 1 addition & 1 deletion apps/arranger/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.40.0"
[ "lifx-photons-core>=0.42.1"
, "tornado>=5.1.1"
, "whirlwind-web>=0.11.0"
]
Expand Down
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-11-1:

0.12.0 - TBD
0.12.0 - 9 January 2022
* Introduced options to exist as a base ZeroConf server (disabled by default)
* Will benefit from changes to the device finder introduced in new version
of the core of Photons
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.11.0"
VERSION = "0.12.0"
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.41.0"
[ "lifx-photons-core>=0.42.1"
, "tornado>=6.1"
, "SQLAlchemy[asyncio]==1.4.23"
, "aiosqlite==0.17.0"
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-42.1:

0.42.1 - TBD
0.42.1 - 9 January 2022
* The device finder can now get labels from non lights (switches)
* The device finder now also returns ``product_name``, more capabilities and
``product_type`` (``light``, ``non_light`` or ``unknown``).
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.0"
VERSION = "0.42.1"

0 comments on commit f199141

Please sign in to comment.