Skip to content

Commit dc6a1f6

Browse files
pandafynemesifier
authored andcommitted
0.4.0 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent afffc60 commit dc6a1f6

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGES.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
Changelog
22
=========
33

4-
Version 0.4.0 [unreleased]
4+
Version 0.4.0 [2025-10-24]
55
--------------------------
66

7-
WIP.
7+
Changes
8+
~~~~~~~
9+
10+
Dependencies
11+
++++++++++++
12+
13+
- Added support for Django ``5.x``.
14+
- Added support for Python ``3.11``, ``3.12``, and ``3.13``.
15+
- Dropped support for Django ``3.2`` and ``4.1``.
16+
- Dropped support for Python ``3.8``.
17+
18+
Bugfixes
19+
~~~~~~~~
20+
21+
- Ensured input fields preserve new lines `#19
22+
<https://github.com/openwisp/django-flat-json-widget/issues/19>`_.
823

924
Version 0.3.1 [2024-11-19]
1025
--------------------------

flat_json_widget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 0, "alpha")
1+
VERSION = (0, 4, 0, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)