Merge lp:~samstoll1/tiqit/tiqit into lp:tiqit

Proposed by Sam Stoll
Status: Merged
Approved by: Sam Stoll
Approved revision: 13
Merged at revision: 13
Proposed branch: lp:~samstoll1/tiqit/tiqit
Merge into: lp:tiqit
Diff against target: 12 lines (+1/-1)
1 file modified
scripts/tiqit/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~samstoll1/tiqit/tiqit
Reviewer Review Type Date Requested Status
Matthew Earl Approve
Review via email: mp+292500@code.launchpad.net

Commit message

Update tiqit version number prior to release.

Description of the change

Update tiqit version number prior to release.

To post a comment you must log in.
Revision history for this message
Matthew Earl (matthew-earl) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'scripts/tiqit/__init__.py'
2--- scripts/tiqit/__init__.py 2016-02-08 19:40:41 +0000
3+++ scripts/tiqit/__init__.py 2016-04-21 11:06:01 +0000
4@@ -44,7 +44,7 @@
5
6 MAJ_VER = 1
7 MIN_VER = 0
8-PATCH_VER = 1
9+PATCH_VER = 2
10 DEV_VER = 0
11
12 VERSION = (MAJ_VER, MIN_VER, PATCH_VER)

Subscribers

People subscribed via source and target branches