From 395b4916d3440f8a870136f1a58adddfdcf1d1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 1 Mar 2024 16:56:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.28.3=20=E2=86=92=200.28.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes --------- * Fix bug in the Docker configuration preventing the default command to run --- fief/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fief/__init__.py b/fief/__init__.py index cc09a062..2e378084 100644 --- a/fief/__init__.py +++ b/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.28.3" +__version__ = "0.28.4"