From e639aa111d43d86bd9534b0ed6c73b6a77787da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 26 Dec 2022 11:32:34 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.19.2=20=E2=86=92=200.20.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improvements ------------ * Rewrite admin dashboard with only Python, HTML and HTMX/HyperScript. Much easier and consistent codebase! * Add Polish translations for authentication pages. Thanks @michaldev 🎉 * German, Italian and Brazilian Portuguese languages need help! Check the discussion to see how you can contribute ➡️ https://github.com/fief-dev/fief/discussions/43 --- fief/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fief/__init__.py b/fief/__init__.py index aa070c2c..5f4bb0b3 100644 --- a/fief/__init__.py +++ b/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.19.2" +__version__ = "0.20.0"