Skip to content

Commit d29da69

Browse files
committed
0.10.0 release
1 parent acb6706 commit d29da69

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.10.0 [unreleased]
4+
Version 0.10.0 [2015-12-07]
55
---------------------------
66

77
- `#87 <https://github.com/djangonauts/django-rest-framework-gis/issues/87>`_ dropped support for old django versions and python 2.6

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)