From cbd41b2aff34bf6ac47246552c891299852b3de9 Mon Sep 17 00:00:00 2001 From: Rory Flynn <75283103+roaree@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:23:55 +0200 Subject: [PATCH] Mark 2.5.3 release (#490) --- mvt/common/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/version.py b/mvt/common/version.py index a9868f9..85e7b3c 100644 --- a/mvt/common/version.py +++ b/mvt/common/version.py @@ -3,4 +3,4 @@ # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ -MVT_VERSION = "2.5.2" +MVT_VERSION = "2.5.3"