From 1f61a15ca0a9ce64d0cad279549fe69d66b54049 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 16 Apr 2018 16:05:24 +0300 Subject: [PATCH] Bump the version to 2.2.0. New stable release. --- pysollib/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysollib/settings.py b/pysollib/settings.py index 134f02ee..bceb73e7 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,8 +32,8 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.net/' -VERSION = '2.1.4' -VERSION_TUPLE = (2, 1, 4) +VERSION = '2.2.0' +VERSION_TUPLE = (2, 2, 0) # Tk windowing system (auto set up in init.py) WIN_SYSTEM = 'x11' # win32, x11, aqua, classic