Skip to content

Commit b19af6e

Browse files
committed
Release 0.7.4
1 parent 5c7ea8a commit b19af6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,10 @@ Improvement:
213213
- Recommend users download binaries in QuickStart #425
214214
- Retries on all upload API calls, and retries more frequently #427
215215
- Error message improvement #422 and the commit ea6f0cdf
216+
217+
218+
## 0.7.4 (2021-07-28)
219+
220+
Fixes:
221+
- Fix organization description missing from the API #429
222+
- Skip BlackVue videos that have no GPS data found #430

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Mapillary Tools is a library for processing and uploading images to [Mapillary](
1919

2020
## Quickstart
2121

22-
Download the latest `mapillary_tools` binaries for your platform here: https://github.com/mapillary/mapillary_tools/releases/tag/v0.7.3
22+
Download the latest `mapillary_tools` binaries for your platform here: https://github.com/mapillary/mapillary_tools/releases/tag/v0.7.4
2323

2424
See [more installation instructions](#installation) below.
2525

mapillary_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.7.3"
1+
VERSION = "0.7.4"

0 commit comments

Comments
 (0)