Skip to content

Commit 1776737

Browse files
committed
0.12.0 release
1 parent 29b77ce commit 1776737

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Version 0.12.0 [2017-11-12]
5+
---------------------------
6+
7+
- `#138 <https://github.com/djangonauts/django-rest-framework-gis/pull/138>`_:
8+
added support for ``GeometryCollection`` fields
9+
- `#146 <https://github.com/djangonauts/django-rest-framework-gis/pull/146>`_:
10+
added compatibility with django-rest-framework 3.7
11+
- `#147 <https://github.com/djangonauts/django-rest-framework-gis/pull/147>`_:
12+
added support to django 2.0 beta
13+
- dropped support for django 1.7, 1.8, 1.9 and 1.10
14+
415
Version 0.11.2 [2017-05-22]
516
---------------------------
617

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Compatibility with DRF, Django and Python
3939

4040
=============== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42-
**0.12.x** **3.1** to **3.7** **1.9** to **2.0** **2.7** to **3.6**
43-
**0.11.x** **3.1** to **3.7** **1.7** to **1.11** **2.7** to **3.6**
42+
**0.12.x** **3.1** to **3.7** **1.11** to **2.0** **2.7** to **3.6**
43+
**0.11.x** **3.1** to **3.6** **1.7** to **1.11** **2.7** to **3.6**
4444
**0.10.x** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5**
4545
**0.9.6** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.5**
4646
**0.9.5** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.4**

rest_framework_gis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 11, 2, 'final')
1+
VERSION = (0, 12, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)