Skip to content

Commit

Permalink
Version bump - 0.46.3
Browse files Browse the repository at this point in the history
Arranger - 0.9.2
Interactor - 0.16.8
  • Loading branch information
delfick committed Sep 13, 2024
1 parent e946b6c commit f416355
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 6 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.9.1"
VERSION = "0.9.2"


def run_pytest():
Expand Down
5 changes: 5 additions & 0 deletions apps/arranger/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ Once the tiles are given their correct positions, photons can be used to run
Changelog
---------

.. _release-arranger-0-9-2:

0.9.2 - 14 September 2024
* Update photons

.. _release-arranger-0-9-1:

0.9.1 - 1 July 2024
Expand Down
2 changes: 1 addition & 1 deletion apps/arranger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = [
"photons",
]
dependencies = [
"lifx-photons-core[web-server]>=0.46.2",
"lifx-photons-core[web-server]>=0.46.3",
]

[project.entry-points."lifx.photons"]
Expand Down
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-16-8:

0.16.8 - 14 September 2024
* Update photons

.. _release-interactor-0-16-7:

0.16.7 - 1 July 2024
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.7"
VERSION = "0.16.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 @@ -19,7 +19,7 @@ keywords = [
dependencies = [
"aiosqlite==0.17.0",
"alembic==1.13.1",
"lifx-photons-core[web-server]>=0.46.2",
"lifx-photons-core[web-server]>=0.46.3",
"netifaces==0.11.0",
"SQLAlchemy[asyncio]==2.0.28",
"zeroconf==0.36.12",
Expand Down
3 changes: 2 additions & 1 deletion docs/start/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ ChangeLog

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

0.46.3 - TBD
0.46.3 - 14 September 2024
* Update strcs to impose a constraint on cattrs
* Added some more products to the product registry

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

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.46.2"
VERSION = "0.46.3"

0 comments on commit f416355

Please sign in to comment.