Skip to content

Commit 927c9ee

Browse files
pandafynemesifier
andauthored
1.1.0 release
Signed-off-by: Gagan Deep <[email protected]> Co-authored-by: Federico Capoano <[email protected]>
1 parent 533567a commit 927c9ee

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES.rst

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

4+
Version 1.1.0 [2024-08-17]
5+
--------------------------
6+
7+
Features
8+
~~~~~~~~
9+
10+
- Allowed ``GeoFeatureModelSerializer`` to support models without geometry
11+
field.
12+
13+
Changes
14+
~~~~~~~
15+
16+
**Dependencies:**
17+
18+
- Bumped ``django-filters~=23.5``.
19+
- Added Django ``4.2``, ``5.0``, ``5.1`` to automated testing build.
20+
- Dropped several EOL dependencies from automated testing build:
21+
22+
- Python ``3.6`` and ``3.7``.
23+
- Django ``2.2``, ``3.0``, ``3.1`` and ``4.0``.
24+
- ``djangorestframework < 3.12``.
25+
26+
The library may continue working with the dependencies listed above, but
27+
it's not guaranteed.
28+
29+
Upgrading to more recent dependencies is **highly recommended**.
30+
31+
Bugfixes
32+
~~~~~~~~
33+
34+
- Fixed schema generation for ``DistanceToPointOrderingFilter``.
35+
436
Version 1.0.0 [2022-05-09]
537
--------------------------
638

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ psycopg2~=2.9.9
22
django-filter>=2.0
33
contexttimer
44
# QA checks
5-
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master
5+
openwisp-utils[qa]~=1.1.0

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)