Skip to content

Commit 82376c4

Browse files
committed
0.9.6 release
1 parent 7aa5502 commit 82376c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Version 0.9.6 [unreleased]
4+
Version 0.9.6 [2015-11-02]
55
--------------------------
66

77
- `#82 <https://github.com/djangonauts/django-rest-framework-gis/issues/82>`_: avoid ``KeyError`` id field not in ``fields`` (bug introduced in 0.9.5)

rest_framework_gis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 9, 6, 'alpha')
1+
VERSION = (0, 9, 6, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)