From 092439e6457b192999678fb57d03d2ae7206e019 Mon Sep 17 00:00:00 2001 From: Et0h Date: Mon, 30 Jan 2017 23:01:02 +0000 Subject: [PATCH] Release as 1.4.0 --- syncplay/__init__.py | 2 +- syncplay/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/__init__.py b/syncplay/__init__.py index ad1e46d4e..3780b08d1 100644 --- a/syncplay/__init__.py +++ b/syncplay/__init__.py @@ -1,4 +1,4 @@ version = '1.4.0' milestone = 'Yoitsu' -release_number = '38' +release_number = '40' projectURL = 'http://syncplay.pl/' diff --git a/syncplay/constants.py b/syncplay/constants.py index 4ce6d10ea..e98bd6cdf 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -79,7 +79,7 @@ VLC_LATENCY_ERROR_THRESHOLD = 2.0 MPV_UNRESPONSIVE_THRESHOLD = 60.0 CONTROLLED_ROOMS_MIN_VERSION = "1.3.0" -USER_READY_MIN_VERSION = "1.3.0" +USER_READY_MIN_VERSION = "1.4.0" SHARED_PLAYLIST_MIN_VERSION = "1.4.0" MPC_PATHS = [ r"c:\program files (x86)\mpc-hc\mpc-hc.exe",