Skip to content

Commit

Permalink
Version bump - 0.46.2
Browse files Browse the repository at this point in the history
Interactor: 0.16.6
Arranger: 0.9.1
  • Loading branch information
delfick committed Jul 1, 2024
1 parent 561d84f commit 22bb26f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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.0"
VERSION = "0.9.1"


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-1:

0.9.1 - 1 July 2024
* Update sanic

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

0.9.0 - 20 April 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.45.3",
"lifx-photons-core[web-server]>=0.46.2",
]

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

0.16.6 - TBD
0.16.6 - 1 July 2024
* Update sanic

.. _release-interactor-0-16-6:
Expand Down
2 changes: 1 addition & 1 deletion docs/start/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChangeLog
=========
.. _release-core-0-46-2:

0.46.2 - TBD
0.46.2 - 1 July 2024
* Update sanic

.. _release-core-0-46-1:
Expand Down

0 comments on commit 22bb26f

Please sign in to comment.