From 833f0839c4c4d33d343d371ef0f74b8c2231e5f1 Mon Sep 17 00:00:00 2001 From: Johan Mattsson Date: Mon, 16 Nov 2020 21:32:32 +0100 Subject: [PATCH] Version 2.29.3 --- scripts/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.py b/scripts/version.py index 0f278eb1..aeab2c8b 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -13,7 +13,7 @@ Lesser General Public License for more details. """ -VERSION = '2.29.2' +VERSION = '2.29.3' SO_VERSION_MAJOR = '36' SO_VERSION_MINOR = '0' SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR