Skip to content

Commit bcdafa9

Browse files
committed
0.10.1 release
1 parent bcbe4eb commit bcdafa9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 0.10.1 [2016-01-06]
5+
---------------------------
6+
7+
- `#93 <https://github.com/djangonauts/django-rest-framework-gis/issues/93>`_ skipped a few tests if spatialite DB backend is being used
8+
- `#95 <https://github.com/djangonauts/django-rest-framework-gis/issues/95>`_ fixed misunderstanding regarding 0.9.6 DRF compatibility in README
9+
- `#96 <https://github.com/djangonauts/django-rest-framework-gis/issues/96>`_ added missing assets in python package source tarball
10+
411
Version 0.10.0 [2015-12-07]
512
---------------------------
613

rest_framework_gis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 10, 0, 'final')
1+
VERSION = (0, 10, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)