From 4cd643c7e02022d95c2c80ff1b7be12f3b15d279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sun, 13 Oct 2024 13:58:17 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.29.0=20=E2=86=92=200.29.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes --------- * Fix #469: upgrade Fief Client to fix an error preventing to authenticate on admin dashboard. --- fief/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fief/__init__.py b/fief/__init__.py index f634f5ba..d1d9f955 100644 --- a/fief/__init__.py +++ b/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.29.0" +__version__ = "0.29.1"