Skip to content

Commit

Permalink
0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 29, 2015
1 parent 6356a67 commit a4d71a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 0.8.2
-------------

- `#53 <https://github.com/djangonauts/django-rest-framework-gis/pull/53>`_: Added support for PATCH requests in ``GeoFeatureModelSerializer``

Version 0.8.1
-------------

Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Compatibility with DRF, Django and Python

=============== ============================ ==================== ==================
DRF-gis version DRF version Django version Python version
**0.8.2** **3.0.4** to **3.1.1** **1.5.x** to **1.8** **2.6** to **3.4**
**0.8.1** **3.0.4** to **3.1.1** **1.5.x** to **1.8** **2.6** to **3.4**
**0.8** **3.0.4** **1.5.x** to **1.7** **2.6** to **3.4**
**0.7** **2.4.3** **1.5.x** to **1.7** **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, 8, 1, 'final')
VERSION = (0, 8, 2, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit a4d71a5

Please sign in to comment.