Skip to content

Commit b701248

Browse files
committed
0.11.0 release
1 parent 35e3b87 commit b701248

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Changelog
22
=========
33

4-
Version 0.11.0 [unreleased]
4+
Version 0.11.0 [2016-11-22]
55
---------------------------
66

7-
WIP
7+
- `#106 <https://github.com/djangonauts/django-rest-framework-gis/pull/106>`_ dropped support for django 1.7
8+
- `#117 <https://github.com/djangonauts/django-rest-framework-gis/pull/117>`_ added support for django-filter 0.15
9+
- `6479949 <https://github.com/djangonauts/django-rest-framework-gis/commit/6479949>`_: fixed tests for latest DRF 3.5 version
10+
- `35e3b87 <https://github.com/djangonauts/django-rest-framework-gis/commit/35e3b87>`_: added official support to django 1.10
811

912
Version 0.10.1 [2016-01-06]
1013
---------------------------

rest_framework_gis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 11, 0, 'alpha')
1+
VERSION = (0, 11, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)