Skip to content

Commit

Permalink
Version bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kieling committed Jul 3, 2016
1 parent 82899d2 commit db7778f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vi/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

VERSION = "1.2.2"
VERSION = "1.2.3"
SNAPSHOT = False # set to false when releasing
2 changes: 1 addition & 1 deletion src/vintel.spec
Original file line number Diff line number Diff line change
@@ -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'],
Expand Down

0 comments on commit db7778f

Please sign in to comment.