Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
Co-authored-by: Federico Capoano <[email protected]>
  • Loading branch information
pandafy and nemesifier authored Aug 23, 2024
1 parent a50e2d6 commit 25235e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog
=========

Version 0.3.0 [unreleased]
Version 0.3.0 [2024-08-23]
--------------------------

WIP
Changes
~~~~~~~

**Dependencies:**

- Added support for Python ``3.10``.
- Dropped support for Python ``3.7``.
- Added support for Django ``4.2``.
- Dropped support for Django ``3.1.x`` and ``4.0.x``.

Version 0.2.0 [2022-03-19]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion flat_json_widget/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 3, 0, 'alpha')
VERSION = (0, 3, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 25235e7

Please sign in to comment.