Skip to content

Commit b5947a9

Browse files
committed
0.9.3 release
1 parent ac92159 commit b5947a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

4-
Version 0.9.3 [unreleased]
4+
Version 0.9.3 [2015-07-22]
55
--------------------------
66

77
- `04fd1bf <https://github.com/djangonauts/django-rest-framework-gis/commit/04fd1bf>`_: Added ``GeoJsonPagination``
88
- `fe47d86 <https://github.com/djangonauts/django-rest-framework-gis/commit/fe47d86>`_: Improved ``ValidationError`` message of ``GeometryField``
99
- `a3ddd3d <https://github.com/djangonauts/django-rest-framework-gis/commit/a3ddd3d>`_: **Improved serialization performance between 25% and 29%**
1010
- `fb6ed36 <https://github.com/djangonauts/django-rest-framework-gis/commit/fb6ed36>`_: ``GeoModelSerializer`` deprecated because obsolete
1111
- `#66 <https://github.com/djangonauts/django-rest-framework-gis/pull/66>`_: geometry now allows ``None`` values according to the **GeoJSON spec**
12-
- `#67 <https://github.com/djangonauts/django-rest-framework-gis/pull/67>`_: distinguished ``False`` or empty string values from ``None`` in ``GeoFeatureModelSerializer``
12+
- `#67 <https://github.com/djangonauts/django-rest-framework-gis/pull/67>`_: discern ``False`` or empty string values from ``None`` in ``GeoFeatureModelSerializer``
1313

1414
Version 0.9.2 [2015-07-15]
1515
--------------------------

rest_framework_gis/__init__.py

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

44

0 commit comments

Comments
 (0)