Skip to content

Commit

Permalink
Release: update version to 1.2.0 "Arrow"
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
  • Loading branch information
xaf committed Apr 7, 2015
1 parent 9fac491 commit 12a5fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TraktForVLC.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


__release_name__ = "Arrow"
__version_info__ = (1, 2, 0, '-rc1', 0)
__version_info__ = (1, 2, 0, '', 0)
__version__ = "%d.%d.%d%s" % __version_info__[:4]

TIMER_INTERVAL = START_WATCHING_TIMER = 0
Expand Down

0 comments on commit 12a5fcc

Please sign in to comment.