Skip to content

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Jul 28, 2021
1 parent 5c7ea8a commit b19af6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,10 @@ Improvement:
- Recommend users download binaries in QuickStart #425
- Retries on all upload API calls, and retries more frequently #427
- Error message improvement #422 and the commit ea6f0cdf


## 0.7.4 (2021-07-28)

Fixes:
- Fix organization description missing from the API #429
- Skip BlackVue videos that have no GPS data found #430
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Mapillary Tools is a library for processing and uploading images to [Mapillary](

## Quickstart

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

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

Expand Down
2 changes: 1 addition & 1 deletion mapillary_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.3"
VERSION = "0.7.4"

0 comments on commit b19af6e

Please sign in to comment.