Skip to content

Commit

Permalink
0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 7, 2020
1 parent 805de09 commit 10b654d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

Version 0.16.0 [2020-09-07]
---------------------------

- [fix] Added support for representation of empty geometries
(`#168 <https://github.com/openwisp/django-rest-framework-gis/issues/168>`_)
- [fix] Don't override the additional arguments passed as ``style`` to ``GeometryField``
- [feature] Added `DistanceToPointOrderingFilter <https://github.com/openwisp/django-rest-framework-gis#distancetopointorderingfilter>`_
(`#210 <https://github.com/openwisp/django-rest-framework-gis/issues/210>`_)
- [deps] Added support for django 3.1 in the CI build
- [deps] Dropped django 1.11 and Python 3.5 from the CI build,
compatibility may still work but it's not guaranteed anymore, please upgrade!
- [qa] Added QA checks to CI build
(`#230 <https://github.com/openwisp/django-rest-framework-gis/issues/230>`_)

Version 0.15.0 [2019-12-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 = (0, 15, 0, 'final')
VERSION = (0, 16, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 10b654d

Please sign in to comment.