Skip to content

Commit db7778f

Browse files
author
Mark Kieling
committed
Version bump to 1.2.3
1 parent 82899d2 commit db7778f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
VERSION = "1.2.2"
2+
VERSION = "1.2.3"
33
SNAPSHOT = False # set to false when releasing

src/vintel.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: python -*-
22
import sys
33

4-
app_version = 'vintel-1.2.2'
4+
app_version = 'vintel-1.2.3'
55

66
a = Analysis(['vintel.py'],
77
pathex=['z:\\mark\\code\\vintel\\src' if sys.platform == 'win32' else '/Users/mark/code/vintel/src'],

0 commit comments

Comments
 (0)