Skip to content

Commit

Permalink
0.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 22, 2015
1 parent ac92159 commit b5947a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Changelog
=========

Version 0.9.3 [unreleased]
Version 0.9.3 [2015-07-22]
--------------------------

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

Version 0.9.2 [2015-07-15]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 9, 3, 'alpha')
VERSION = (0, 9, 3, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit b5947a9

Please sign in to comment.