Skip to content

Commit

Permalink
Version bump - 0.40.0
Browse files Browse the repository at this point in the history
Arranger 0.5.13
Interactor 0.8.3
  • Loading branch information
delfick committed Mar 28, 2021
1 parent c8ca81d commit daa74a3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 7 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.5.12"
VERSION = "0.5.13"


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-5-13:

0.5.13 - 28 March 2021
* Upgrade Photons and implement more graceful shutdown

.. _release-arranger-0-5-12:

0.5.12 - 15 March 2021
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.6"

, install_requires =
[ "lifx-photons-core>=0.33.0"
[ "lifx-photons-core>=0.40.0"
, "tornado>=5.1.1"
, "whirlwind-web>=0.11.0"
]
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-8-3:

0.8.3 - 28 March 2021
* Update Photons and implement more graceful shutdown

.. _release-interactor-0-8-2:

0.8.2 - 15 March 2021
Expand Down
2 changes: 1 addition & 1 deletion apps/interactor/docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following may be used::
--net=host \
-e TZ=Australia/Melbourne \
-v $PWD/configdir:/project/config \
delfick/lifx-photons-interactor:0.8.1
delfick/lifx-photons-interactor:0.8.3

Replace ``Australia/Melbourne`` with the appropriate
`TZ database name <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>`_.
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.8.2"
VERSION = "0.8.3"


def run_pytest():
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.6"

, install_requires =
[ "lifx-photons-core>=0.33.0"
[ "lifx-photons-core>=0.40.0"
, "tornado>=6.1"
, "SQLAlchemy==1.3.3"
, "alembic==1.3.2"
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-40-0:

0.40.0 - TBD
0.40.0 - 28 March 2021
* ``photons_app.actions.an_action`` has been replaced with
``photons_app.tasks.task_register`` and a new class based way of defining
tasks. New documentation for this new infrastructure can be found at
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.33.0"
VERSION = "0.40.0"

0 comments on commit daa74a3

Please sign in to comment.