From 5f9a2ab7b13a3122b346fa936464f7709fa88eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Tue, 25 Oct 2016 19:32:05 -0700 Subject: [PATCH] Bump version to 0.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f94f963..abdd628 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ shuup_setup_utils = None -VERSION = '0.5.2' +VERSION = '0.5.3' TOPDIR = os.path.abspath(os.path.dirname(__file__)) VERSION_FILE = os.path.join(TOPDIR, 'shuup_checkoutfi', '_version.py')