Skip to content

Commit 00f4834

Browse files
committed
0.14.0 release
1 parent 6922225 commit 00f4834

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

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

4+
Version 0.14.0 [2018-12-02]
5+
---------------------------
6+
7+
- `#173 <https://github.com/djangonauts/django-rest-framework-gis/pull/173>`_:
8+
added support for django 2.1, DRF 3.9 and switched to django-filters >= 2.0
9+
(**which requires python >= 3.4**)
10+
- `#178 <https://github.com/djangonauts/django-rest-framework-gis/pull/178>`_:
11+
simplified ``setup.py`` and tox build
12+
413
Version 0.13.0 [2018-04-27]
514
---------------------------
615

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

44

0 commit comments

Comments
 (0)