From 00f4834b5c27b23324c40f397a97b83c3b3650ed Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sun, 2 Dec 2018 13:35:29 +0100 Subject: [PATCH] 0.14.0 release --- CHANGES.rst | 9 +++++++++ rest_framework_gis/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7e256603..8b93f875 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 0.14.0 [2018-12-02] +--------------------------- + +- `#173 `_: + added support for django 2.1, DRF 3.9 and switched to django-filters >= 2.0 + (**which requires python >= 3.4**) +- `#178 `_: + simplified ``setup.py`` and tox build + Version 0.13.0 [2018-04-27] --------------------------- diff --git a/rest_framework_gis/__init__.py b/rest_framework_gis/__init__.py index b65552b5..592c4904 100644 --- a/rest_framework_gis/__init__.py +++ b/rest_framework_gis/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 13, 0, 'final') +VERSION = (0, 14, 0, 'final') __version__ = VERSION # alias