Skip to content

Commit

Permalink
0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 25, 2015
1 parent 73a7a52 commit 1e5a1c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

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

- Added compatibility with django-rest-framework 3.1.x
- Added compatibility with django 1.8 (RC1)

Version 0.8
-----------

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

=============== ============================ ==================== ==================
DRF-gis version DRF version Django version Python version
**0.8.1** (dev) **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**
**0.6** **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, 'alpha')
VERSION = (0, 8, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 1e5a1c8

Please sign in to comment.