Skip to content

Commit a3f8391

Browse files
Release v0.4.4 (#11)
* Release v0.4.4 * Refactor CHANGELOG for clarity and conciseness Removed duplicate feature section and cleaned up bug fixes. --------- Co-authored-by: acalcutt <3792408+acalcutt@users.noreply.github.com> Co-authored-by: Andrew Calcutt <acalcutt@techidiots.net>
1 parent 543c90f commit a3f8391

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
### 🐞 Bug fixes
88
- _...Add new stuff here..._
99

10+
## 0.4.4
11+
### 🐞 Bug fixes
12+
- Use format as a falback for tile type ([#10](https://github.com/TechIdiots-LLC/mbutil/pull/10)) (@acalcutt)
13+
1014
## 0.4.3
1115
### 🐞 Bug fixes
1216
- make sure pbf/mvt are gzipped ([#8](https://github.com/TechIdiots-LLC/mbutil/pull/8)) (@acalcutt)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='mbutil',
5-
version='0.4.3',
5+
version='0.4.4',
66
author='Andrew Calcutt',
77
author_email='info@techidiots.net',
88
packages=['mbutil'],

0 commit comments

Comments
 (0)