Skip to content

Commit

Permalink
1.1.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 17, 2024
1 parent 533567a commit 927c9ee
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Changelog
=========

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

Features
~~~~~~~~

- Allowed ``GeoFeatureModelSerializer`` to support models without geometry
field.

Changes
~~~~~~~

**Dependencies:**

- Bumped ``django-filters~=23.5``.
- Added Django ``4.2``, ``5.0``, ``5.1`` to automated testing build.
- Dropped several EOL dependencies from automated testing build:

- Python ``3.6`` and ``3.7``.
- Django ``2.2``, ``3.0``, ``3.1`` and ``4.0``.
- ``djangorestframework < 3.12``.

The library may continue working with the dependencies listed above, but
it's not guaranteed.

Upgrading to more recent dependencies is **highly recommended**.

Bugfixes
~~~~~~~~

- Fixed schema generation for ``DistanceToPointOrderingFilter``.

Version 1.0.0 [2022-05-09]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ psycopg2~=2.9.9
django-filter>=2.0
contexttimer
# QA checks
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master
openwisp-utils[qa]~=1.1.0
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 0, 'final')
VERSION = (1, 1, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 927c9ee

Please sign in to comment.