Skip to content

Commit f411f4d

Browse files
committed
1.2.0 release
Signed-off-by: Federico Capoano <[email protected]>
1 parent 1ad8e0c commit f411f4d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
Changelog
22
=========
33

4-
Version 1.2.0 [Unreleased]
4+
Version 1.2.0 [2025-06-02]
55
--------------------------
66

7+
Features
8+
~~~~~~~~
9+
10+
- Added ``transform`` optional argument to ``GeometryField``
11+
`#188 <https://github.com/openwisp/django-rest-framework-gis/issues/188>`_.
12+
13+
Changes
14+
~~~~~~~
15+
16+
**Dependencies:**
17+
718
- Added Django ``5.2`` to automated testing build.
819
- Added Python ``3.13`` to automated testing build.
20+
- Added support for Django REST Framework ``3.16.0``.
921

1022
Version 1.1.0 [2024-08-17]
1123
--------------------------

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)