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 cb98fa6 commit d21f72bCopy full SHA for d21f72b
CHANGELOG.md
@@ -1,13 +1,16 @@
1
# Unreleased
2
3
+# 1.5.2
4
+- Switch to codecov python module
5
+
6
# 1.5.1 (2020-10-19)
7
- Update README for estimate-area
8
9
# 1.5.0 (2020-10-19)
-- Create estimate-area command
10
+- Create estimate-area command
11
12
# 1.4.3 (2020-10-08)
-- Update Click version to 7.1.2 and fix assertions to pass all tests
13
+- Update Click version to 7.1.2 and fix assertions to pass all tests
14
15
# 1.4.2 (2020-08-18)
16
- Check if the token matches the username before uploading sources
mapbox_tilesets/__init__.py
@@ -1,3 +1,3 @@
"""mapbox_tilesets package"""
-__version__ = "1.5.1"
+__version__ = "1.5.2"
0 commit comments