Skip to content

Commit 10b654d

Browse files
committed
0.16.0 release
1 parent 805de09 commit 10b654d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
Version 0.16.0 [2020-09-07]
5+
---------------------------
6+
7+
- [fix] Added support for representation of empty geometries
8+
(`#168 <https://github.com/openwisp/django-rest-framework-gis/issues/168>`_)
9+
- [fix] Don't override the additional arguments passed as ``style`` to ``GeometryField``
10+
- [feature] Added `DistanceToPointOrderingFilter <https://github.com/openwisp/django-rest-framework-gis#distancetopointorderingfilter>`_
11+
(`#210 <https://github.com/openwisp/django-rest-framework-gis/issues/210>`_)
12+
- [deps] Added support for django 3.1 in the CI build
13+
- [deps] Dropped django 1.11 and Python 3.5 from the CI build,
14+
compatibility may still work but it's not guaranteed anymore, please upgrade!
15+
- [qa] Added QA checks to CI build
16+
(`#230 <https://github.com/openwisp/django-rest-framework-gis/issues/230>`_)
17+
418
Version 0.15.0 [2019-12-09]
519
---------------------------
620

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 = (0, 15, 0, 'final')
1+
VERSION = (0, 16, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)