Skip to content

Commit ca9d22b

Browse files
committed
0.9.1 release
1 parent 5d4e69a commit ca9d22b

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.1 [unreleased]
4+
Version 0.9.1 [2015-06-28]
55
--------------------------
66

77
- `#63 <https://github.com/djangonauts/django-rest-framework-gis/issues/63>`_: added compatibility with python 3.2 and updated compatibility table in README

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)