Skip to content

Commit

Permalink
Bump version for release. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Amos committed Sep 16, 2016
1 parent 4ba641a commit 69e327e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
Version 0.5.0
-------------

* Improved results from `on_invalid_geometry_make_valid` when the geometry is self-crossing. It was possible for large parts of the geometry to be discarded, and it is now less likely. See [PR 66](https://github.com/tilezen/mapbox-vector-tile/pull/66) for more information.

Version 0.4.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@ def test_suite():
return suite

setup(name='mapbox-vector-tile',
version='0.5.0.dev0',
version='0.5.0',
description=u"Mapbox Vector Tile",
long_description=long_description,
classifiers=[],
Expand Down

0 comments on commit 69e327e

Please sign in to comment.