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
=== modified file 'scripts/tiqit/__init__.py'
--- scripts/tiqit/__init__.py 2016-02-08 19:40:41 +0000
+++ scripts/tiqit/__init__.py 2016-04-21 11:06:01 +0000
@@ -44,7 +44,7 @@
4444
45MAJ_VER = 145MAJ_VER = 1
46MIN_VER = 046MIN_VER = 0
47PATCH_VER = 147PATCH_VER = 2
48DEV_VER = 048DEV_VER = 0
4949
50VERSION = (MAJ_VER, MIN_VER, PATCH_VER)50VERSION = (MAJ_VER, MIN_VER, PATCH_VER)

Subscribers

People subscribed via source and target branches