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 <pandafy.dev@gmail.com>
  • Loading branch information
pandafy committed Aug 14, 2024
1 parent 110abaa commit 85f3ca6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

Version 1.1.0 [2024-08-14]
--------------------------

Features
~~~~~~~~

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

Changes
~~~~~~~

**Dependencies:**

- Bumped ``django-filters~=23.5``.
- Added support for Django ``4.2``.
- Dropped support for Python ``3.6`` and ``3.7``.
- Dropped support for Django ``2.2``, ``3.0``, ``3.1`` and ``4.0``.
- Dropped support for ``djangorestframework < 3.12``.

Bugfixes
~~~~~~~~

- Fixed schema generation for ``DistanceToPointOrderingFilter``

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

Expand Down
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 85f3ca6

Please sign in to comment.