Skip to content

Commit

Permalink
0.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 22, 2017
1 parent 92fe940 commit 1977767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 0.11.2 [2017-05-22]
---------------------------

- `eb54fc0 <https://github.com/djangonauts/django-rest-framework-gis/commit/eb54fc0>`_: ``GeometryFilter`` now use ``BaseGeometryWidget``
- `33a6418 <https://github.com/djangonauts/django-rest-framework-gis/commit/33a6418>`_: fixed tests for Django 1.11: ``Point`` comparison uses ``srid``

Version 0.11.1 [2017-05-05]
---------------------------

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, 1, 'final')
VERSION = (0, 11, 2, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 1977767

Please sign in to comment.