From 892ee1354202e2ddcd594011b64681796ff13842 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 9 May 2017 20:49:05 -0400 Subject: [PATCH] bump for 1.29.0 release --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 38dea6440..fe711ef11 100644 --- a/config.py +++ b/config.py @@ -19,9 +19,9 @@ debug = False saveInRoot = False # Version data -version = "1.28.2" -tag = "git" -expansionName = "YC119.3" +version = "1.29.0" +tag = "Stable" +expansionName = "YC119.5" expansionVersion = "1.0" evemonMinVersion = "4081"