From 0204a8139190510122f251dcab6ad2a6d00f7b01 Mon Sep 17 00:00:00 2001 From: Greg Dubicki Date: Thu, 5 Jan 2023 17:29:19 +0100 Subject: [PATCH] Release 4.2.4 --- CHANGELOG.md | 5 +++++ puppetboard/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c0a6146..7290dedb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog This is the changelog for Puppetboard. +4.2.4 +----- + +* Fix starting the app when the SECRET_KEY is set to `bytes` instead of `str`. ([#741](https://github.com/voxpupuli/puppetboard/issues/741)). + 4.2.3 ----- diff --git a/puppetboard/version.py b/puppetboard/version.py index eb9c94682..83ec4572a 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '4.2.3' +__version__ = '4.2.4'