Skip to content

Commit fc6e7e5

Browse files
committed
0.11.1 release
1 parent 24037ff commit fc6e7e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

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

4-
Version 0.11.1 [unreleased]
4+
Version 0.11.1 [2017-05-05]
55
---------------------------
66

7-
WIP
7+
- `#119 <https://github.com/djangonauts/django-rest-framework-gis/issues/119>`_: Added support to "__all__" fields in serializer
8+
- `#130 <https://github.com/djangonauts/django-rest-framework-gis/pull/130>`_: Added compatibility with DRF 3.6
89

910
Version 0.11.0 [2016-11-22]
1011
---------------------------

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)