From 34ecfca3c5164308610219b6478e3b7cd5c37918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 1 Mar 2024 14:12:17 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.28.2=20=E2=86=92=200.28.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes and improvements -------------------------- * Fix telemetry task not reporting data correctly * Allow to pass custom app and worker to the CLI command --- fief/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fief/__init__.py b/fief/__init__.py index 6c302c16..cc09a062 100644 --- a/fief/__init__.py +++ b/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.28.2" +__version__ = "0.28.3"