Skip to content

Commit

Permalink
0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 31, 2015
1 parent 3c457f7 commit 4a7b829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Version 0.9 [unreleased]
Version 0.9 [2015-05-31]
------------------------

- `#55 <https://github.com/djangonauts/django-rest-framework-gis/pull/55>`_: Fixed exception in ``DistanceToPointFilter`` in case of invalid point
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 9, 0, 'alpha')
VERSION = (0, 9, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 4a7b829

Please sign in to comment.