Skip to content

Commit

Permalink
Release: update version to 1.3.0-rc5 "Breaking Bad"
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Beamonte <[email protected]>
  • Loading branch information
XaF committed Jun 26, 2017
1 parent 8797938 commit cc6eb19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TraktForVLC.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


__release_name__ = "Breaking Bad"
__version_info__ = (1, 3, 0, '-rc4', 0)
__version_info__ = (1, 3, 0, '-rc5', 0)
__version__ = "%d.%d.%d%s" % __version_info__[:4]

TIMER_INTERVAL = START_WATCHING_TIMER = 0
Expand Down Expand Up @@ -759,6 +759,7 @@ def daemonize(pidfile=""):
if (pidfile):
open(pidfile, "w").write("%s\n" % str(os.getpid()))


if __name__ == '__main__':
should_pair = should_daemon = False
pidfile = ""
Expand Down

0 comments on commit cc6eb19

Please sign in to comment.