Skip to content

Commit

Permalink
Version bump - 0.41.0
Browse files Browse the repository at this point in the history
Interactor - 0.10.0
  • Loading branch information
delfick committed Sep 11, 2021
1 parent 2f9403b commit 3015093
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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-10-0:

0.10.0 - TBD
0.10.0 - 12 September 2021
* Output from scene_capture no longer namespace'd by a "results" key
* Migrated to asyncio sqlalchemy
* Added ``clean/*`` commands from @Djelibeybi
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.9.1"
VERSION = "0.10.0"


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.40.3"
[ "lifx-photons-core>=0.41.0"
, "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-41-0:

0.41.0 - TBD
0.41.0 - 12 September 2021
* Removed hp.ThreadToAsyncQueue
* Relic of the time I created it in and isn't necessary.
* Added gatherer plans for ``hev_status`` and ``hev_config``
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.40.4"
VERSION = "0.41.0"

0 comments on commit 3015093

Please sign in to comment.