From 6fce58f2ad4de729a0005c75fb2702913cdd0ead Mon Sep 17 00:00:00 2001 From: Nikhil Mohite Date: Thu, 31 Dec 2020 13:48:35 +0530 Subject: [PATCH] Updated Flask-BabelEx to the latest. Fixes #5997 --- docs/en_US/release_notes_4_30.rst | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_4_30.rst b/docs/en_US/release_notes_4_30.rst index 715f1c158..a7d4ace84 100644 --- a/docs/en_US/release_notes_4_30.rst +++ b/docs/en_US/release_notes_4_30.rst @@ -24,6 +24,7 @@ Bug fixes | `Issue #5875 `_ - Ensure that the 'template1' database should not be visible after pg_upgrade. | `Issue #5965 `_ - Ensure that the macro query result should be download properly. | `Issue #5973 `_ - Added appropriate help message and a placeholder for letting users know about the account password expiry for Login/Group Role. +| `Issue #5997 `_ - Updated Flask-BabelEx to the latest. | `Issue #6046 `_ - Fixed an issue where the state of the Save File icon does not match the dirty editor indicator. | `Issue #6047 `_ - Fixed an issue where the dirty indicator stays active even if all changes were undone. | `Issue #6058 `_ - Ensure that the rename panel should be disabled when the SQL file opened in the query tool. diff --git a/requirements.txt b/requirements.txt index 0fe9c88bd..f391c08df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,3 +42,4 @@ bcrypt<=3.1.7; cryptography<=3.0; sshtunnel>=0.1.5 ldap3>=2.5.1 +Flask-BabelEx>=0.9.4