Skip to content

Commit

Permalink
docs: updating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Jan 9, 2022
1 parent b76cb2b commit 83431bb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/arranger/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Once the tiles are given their correct positions, photons can be used to run
Changelog
---------

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

0.6.1 - TBD
* Upgrade Photons
* lint and update the Javascript

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

0.6.0 - 6 November 2021
Expand Down
7 changes: 7 additions & 0 deletions apps/interactor/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
=========

.. _release-interactor-0-11-1:

0.12.0 - TBD
* 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

.. _release-interactor-0-11-0:

0.11.0 - 6 November 2021
Expand Down
2 changes: 1 addition & 1 deletion docs/photons_docs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
documented.
"""

VERSION = "0.4.0"
VERSION = "0.4.1"
2 changes: 1 addition & 1 deletion docs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, packages = ["photons_docs"] + ["photons_docs.{0}".format(pkg) for pkg in find_packages("photons_docs")]

, install_requires =
[ "Sphinx==4.1.2"
[ "Sphinx==4.3.2"
, "tornado==6.1"
, "sphinx_rtd_theme==1.0.0"
]
Expand Down
8 changes: 8 additions & 0 deletions docs/start/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
ChangeLog
=========

.. _release-core-0-42.1:

0.42.1 - TBD
* 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``).
* The ``colors`` plan no longer tries to get color from non lights

.. _release-core-0-42-0:

0.42.0 - 6 November 2021
Expand Down

0 comments on commit 83431bb

Please sign in to comment.