From db7778f091f0f38de5e845de9448799527c8efdf Mon Sep 17 00:00:00 2001 From: Mark Kieling Date: Sun, 3 Jul 2016 13:37:47 -0700 Subject: [PATCH] Version bump to 1.2.3 --- src/vi/version.py | 2 +- src/vintel.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vi/version.py b/src/vi/version.py index 0b13704..f44977b 100644 --- a/src/vi/version.py +++ b/src/vi/version.py @@ -1,3 +1,3 @@ -VERSION = "1.2.2" +VERSION = "1.2.3" SNAPSHOT = False # set to false when releasing diff --git a/src/vintel.spec b/src/vintel.spec index 91aaf98..0ddb68b 100644 --- a/src/vintel.spec +++ b/src/vintel.spec @@ -1,7 +1,7 @@ # -*- mode: python -*- import sys -app_version = 'vintel-1.2.2' +app_version = 'vintel-1.2.3' a = Analysis(['vintel.py'], pathex=['z:\\mark\\code\\vintel\\src' if sys.platform == 'win32' else '/Users/mark/code/vintel/src'],