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"