Skip to content

Commit

Permalink
0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jan 6, 2016
1 parent eac3339 commit 1cf66b3
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.10.1 [2016-01-06]
---------------------------

- `#93 <https://github.com/djangonauts/django-rest-framework-gis/issues/93>`_ skipped a few tests if spatialite DB backend is being used
- `#96 <https://github.com/djangonauts/django-rest-framework-gis/issues/96>`_ added missing assets in python package source tarball

Version 0.10.0 [2015-12-07]
---------------------------

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

=============== ============================ ==================== ==================================
DRF-gis version DRF version Django version Python version
**0.10.0** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5**
**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.3** **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**
**0.9.4** **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, 10, 0, 'final')
VERSION = (0, 10, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 1cf66b3

Please sign in to comment.