We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15a6b6 commit c961478Copy full SHA for c961478
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 1.6.0 (2021-02-16)
4
+- Fix problem that prevented estimate-area from working for MultiPolygons
5
+- Improve documentation for delete-source and upload-source
6
+
7
# 1.5.1 (2020-10-19)
8
- Update README for estimate-area
9
mapbox_tilesets/__init__.py
@@ -1,3 +1,3 @@
"""mapbox_tilesets package"""
-__version__ = "1.5.1"
+__version__ = "1.6.0"
0 commit comments