Skip to content

Commit

Permalink
Merge pull request #93 from tilezen/tag-v1.2.0
Browse files Browse the repository at this point in the history
Version bump -> v1.2.0
  • Loading branch information
rmarianski committed Mar 24, 2017
2 parents 626013c + 069dfa0 commit 5f54ef2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Version 1.2.0
-------------

* Performance focused release, including:
* Enable Shapely speedups, when available
* Skip inners which cause exceptions
* Union inners in blocks when making valid
* Make benchmark script python3 compatible
* Fix test to support different versions of GEOS

Version 1.1.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='1.1.0',
version='1.2.0',
description=u"Mapbox Vector Tile",
long_description=long_description,
classifiers=[],
Expand Down

0 comments on commit 5f54ef2

Please sign in to comment.