From 10b654d78fcbb844d30a84b11a60e36ee2115e65 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Mon, 7 Sep 2020 14:16:51 -0500 Subject: [PATCH] 0.16.0 release --- CHANGES.rst | 14 ++++++++++++++ rest_framework_gis/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a2b82204..071c5ca9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,20 @@ Changelog ========= +Version 0.16.0 [2020-09-07] +--------------------------- + +- [fix] Added support for representation of empty geometries + (`#168 `_) +- [fix] Don't override the additional arguments passed as ``style`` to ``GeometryField`` +- [feature] Added `DistanceToPointOrderingFilter `_ + (`#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 `_) + Version 0.15.0 [2019-12-09] --------------------------- diff --git a/rest_framework_gis/__init__.py b/rest_framework_gis/__init__.py index 8340c472..aef3b681 100644 --- a/rest_framework_gis/__init__.py +++ b/rest_framework_gis/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 15, 0, 'final') +VERSION = (0, 16, 0, 'final') __version__ = VERSION # alias