Skip to content

Commit fca8f39

Browse files
committed
0.3.1 release
1 parent 682c6cf commit fca8f39

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 0.3.1 [2024-11-19]
5+
--------------------------
6+
7+
- [fix:security] Upgraded underscore.js to v1.13.7 to fix CVE-2021-23358
8+
49
Version 0.3.0 [2024-08-23]
510
--------------------------
611

Diff for: flat_json_widget/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 3, 0, 'final')
1+
VERSION = (0, 3, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)