diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7de95..2da8f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 0.4.4 +### 🐞 Bug fixes +- Use format as a falback for tile type ([#10](https://github.com/TechIdiots-LLC/mbutil/pull/10)) (@acalcutt) + ## 0.4.3 ### 🐞 Bug fixes - make sure pbf/mvt are gzipped ([#8](https://github.com/TechIdiots-LLC/mbutil/pull/8)) (@acalcutt) diff --git a/setup.py b/setup.py index c715c2f..9fccfea 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='mbutil', - version='0.4.3', + version='0.4.4', author='Andrew Calcutt', author_email='info@techidiots.net', packages=['mbutil'],