Skip to content

Commit 1977767

Browse files
committed
0.11.2 release
1 parent 92fe940 commit 1977767

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.11.2 [2017-05-22]
5+
---------------------------
6+
7+
- `eb54fc0 <https://github.com/djangonauts/django-rest-framework-gis/commit/eb54fc0>`_: ``GeometryFilter`` now use ``BaseGeometryWidget``
8+
- `33a6418 <https://github.com/djangonauts/django-rest-framework-gis/commit/33a6418>`_: fixed tests for Django 1.11: ``Point`` comparison uses ``srid``
9+
410
Version 0.11.1 [2017-05-05]
511
---------------------------
612

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)