From 62b53cbf1467eca33a6afec80904f00c7213d0fc Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Sun, 16 Oct 2022 07:38:40 +1100 Subject: [PATCH] Version bump - 0.42.7 --- docs/start/changelog.rst | 5 +++++ modules/photons_app/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"