Skip to content

Commit 420d163

Browse files
committed
0.9.5 release
1 parent f3b3c59 commit 420d163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

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

4-
Version 0.9.5 [unreleased]
4+
Version 0.9.5 [2015-10-12]
55
--------------------------
66

77
- `#71 <https://github.com/djangonauts/django-rest-framework-gis/pull/71>`_: added possibility to override GeoJSON properties in ``GeoFeatureModelSerializer``

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)