Skip to content

Commit 12a5fcc

Browse files
committed
Release: update version to 1.2.0 "Arrow"
Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
1 parent 9fac491 commit 12a5fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TraktForVLC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

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

5353
TIMER_INTERVAL = START_WATCHING_TIMER = 0

0 commit comments

Comments
 (0)