From b19af6e1497ed35b23b5b92696cdc69f347185b4 Mon Sep 17 00:00:00 2001 From: Tao Peng Date: Wed, 28 Jul 2021 09:52:35 +0200 Subject: [PATCH] Release 0.7.4 --- CHANGELOG.MD | 7 +++++++ README.md | 2 +- mapillary_tools/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 942b3345..13af3ba5 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 diff --git a/README.md b/README.md index 2b328a81..c33ff0f9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mapillary_tools/__init__.py b/mapillary_tools/__init__.py index a10d59f5..6852e092 100644 --- a/mapillary_tools/__init__.py +++ b/mapillary_tools/__init__.py @@ -1 +1 @@ -VERSION = "0.7.3" +VERSION = "0.7.4"