Skip to content

Commit

Permalink
0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 22, 2016
1 parent 35e3b87 commit b701248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Changelog
=========

Version 0.11.0 [unreleased]
Version 0.11.0 [2016-11-22]
---------------------------

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

Version 0.10.1 [2016-01-06]
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 11, 0, 'alpha')
VERSION = (0, 11, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit b701248

Please sign in to comment.