diff --git a/docs/start/changelog.rst b/docs/start/changelog.rst index 05e43352..7ee4cb6d 100644 --- a/docs/start/changelog.rst +++ b/docs/start/changelog.rst @@ -3,6 +3,11 @@ ChangeLog ========= +.. _release-core-0-42.7: + +0.42.7 - 16 October 2022 + * Updated lru-dict + .. _release-core-0-42.6: 0.42.6 - 27 July 2022 diff --git a/modules/photons_app/__init__.py b/modules/photons_app/__init__.py index dc90aceb..e12ee58f 100644 --- a/modules/photons_app/__init__.py +++ b/modules/photons_app/__init__.py @@ -1 +1 @@ -VERSION = "0.42.6" +VERSION = "0.42.7"