Skip to content

Commit

Permalink
0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 12, 2017
1 parent 29b77ce commit 1776737
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

Version 0.12.0 [2017-11-12]
---------------------------

- `#138 <https://github.com/djangonauts/django-rest-framework-gis/pull/138>`_:
added support for ``GeometryCollection`` fields
- `#146 <https://github.com/djangonauts/django-rest-framework-gis/pull/146>`_:
added compatibility with django-rest-framework 3.7
- `#147 <https://github.com/djangonauts/django-rest-framework-gis/pull/147>`_:
added support to django 2.0 beta
- dropped support for django 1.7, 1.8, 1.9 and 1.10

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

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Compatibility with DRF, Django and Python

=============== ============================ ==================== ==================================
DRF-gis version DRF version Django version Python version
**0.12.x** **3.1** to **3.7** **1.9** to **2.0** **2.7** to **3.6**
**0.11.x** **3.1** to **3.7** **1.7** to **1.11** **2.7** to **3.6**
**0.12.x** **3.1** to **3.7** **1.11** to **2.0** **2.7** to **3.6**
**0.11.x** **3.1** to **3.6** **1.7** to **1.11** **2.7** to **3.6**
**0.10.x** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5**
**0.9.6** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.5**
**0.9.5** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.4**
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, 2, 'final')
VERSION = (0, 12, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 1776737

Please sign in to comment.