From 955794bd31dc6f14410a17fdd9e84d70ab053635 Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Sat, 16 Mar 2024 21:59:54 +1100 Subject: [PATCH] Version bump - 0.45.4 --- docs/start/changelog.rst | 8 ++++++-- modules/photons_app/__init__.py | 2 +- modules/photons_web_server/__init__.py | 3 --- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/start/changelog.rst b/docs/start/changelog.rst index 91bd296d..be8b1fdd 100644 --- a/docs/start/changelog.rst +++ b/docs/start/changelog.rst @@ -3,12 +3,16 @@ ChangeLog ========= -.. _release-core-0-45-1: +.. _release-core-0-45-4: + +0.45.4 - 16 March 2024 + * Don't fail if web-server deps aren't installed! + +.. _release-core-0-45-3: 0.45.3 - 16 March 2024 * Fixed another oversight. Been a while since I've added an new module! - .. _release-core-0-45-2: 0.45.2 - 16 March 2024 diff --git a/modules/photons_app/__init__.py b/modules/photons_app/__init__.py index 1be38dd0..5de6f0a9 100644 --- a/modules/photons_app/__init__.py +++ b/modules/photons_app/__init__.py @@ -1 +1 @@ -VERSION = "0.45.3" +VERSION = "0.45.4" diff --git a/modules/photons_web_server/__init__.py b/modules/photons_web_server/__init__.py index 636e50d5..e69de29b 100644 --- a/modules/photons_web_server/__init__.py +++ b/modules/photons_web_server/__init__.py @@ -1,3 +0,0 @@ -from photons_web_server.commander import REQUEST_IDENTIFIER_HEADER - -__all__ = ["REQUEST_IDENTIFIER_HEADER"]