From ff29e28a06296054ad60a94d29d72745429387f6 Mon Sep 17 00:00:00 2001 From: Tao Peng Date: Mon, 10 Oct 2022 22:01:23 -0700 Subject: [PATCH] chore: bump 0.9.4 --- CHANGELOG.md | 2 ++ mapillary_tools/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d8732c..fdfca5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +Check the release page for changelogs: https://github.com/mapillary/mapillary_tools/releases + All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [0.9.0](https://github.com/mapillary/mapillary_tools/compare/v0.8.2...v0.9.0) (2022-07-23) diff --git a/mapillary_tools/__init__.py b/mapillary_tools/__init__.py index 9a38c180..38ed397f 100644 --- a/mapillary_tools/__init__.py +++ b/mapillary_tools/__init__.py @@ -1 +1 @@ -VERSION = "0.9.3" +VERSION = "0.9.4"