Skip to content

Commit 5f54ef2

Browse files
authored
Merge pull request #93 from tilezen/tag-v1.2.0
Version bump -> v1.2.0
2 parents 626013c + 069dfa0 commit 5f54ef2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.2.0
2+
-------------
3+
4+
* Performance focused release, including:
5+
* Enable Shapely speedups, when available
6+
* Skip inners which cause exceptions
7+
* Union inners in blocks when making valid
8+
* Make benchmark script python3 compatible
9+
* Fix test to support different versions of GEOS
10+
111
Version 1.1.0
212
-------------
313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_suite():
1616
return suite
1717

1818
setup(name='mapbox-vector-tile',
19-
version='1.1.0',
19+
version='1.2.0',
2020
description=u"Mapbox Vector Tile",
2121
long_description=long_description,
2222
classifiers=[],

0 commit comments

Comments
 (0)