From fca8f396495cfac4e17b3e85606228d0dd948506 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 19 Nov 2024 19:50:54 -0300 Subject: [PATCH] 0.3.1 release --- CHANGES.rst | 5 +++++ flat_json_widget/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ddd24ed..5d7b46f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 0.3.1 [2024-11-19] +-------------------------- + +- [fix:security] Upgraded underscore.js to v1.13.7 to fix CVE-2021-23358 + Version 0.3.0 [2024-08-23] -------------------------- diff --git a/flat_json_widget/__init__.py b/flat_json_widget/__init__.py index f9e086b..f3d8acd 100644 --- a/flat_json_widget/__init__.py +++ b/flat_json_widget/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 0, 'final') +VERSION = (0, 3, 1, 'final') __version__ = VERSION # alias