Skip to content

Commit a729b95

Browse files
committed
Upver to 1.7.5 stable (build 117)
1 parent 0565ba5 commit a729b95

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

syncplay/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version = '1.7.5'
2-
revision = ' development'
2+
revision = ' stable'
33
milestone = 'Yoitsu'
4-
release_number = '116'
4+
release_number = '117'
55
projectURL = 'https://syncplay.pl/'

syncplay/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def getValueForOS(constantDict):
2929
UI_TIME_FORMAT = "[%X] "
3030
CONFIG_NAMES = [".syncplay", "syncplay.ini"] # Syncplay searches first to last
3131
DEFAULT_CONFIG_NAME = "syncplay.ini"
32-
RECENT_CLIENT_THRESHOLD = "1.7.4" # This and higher considered 'recent' clients (no warnings)
32+
RECENT_CLIENT_THRESHOLD = "1.7.5" # This and higher considered 'recent' clients (no warnings)
3333
MUSIC_FORMATS = [".mp3", ".m4a", ".m4p", ".wav", ".aiff", ".r", ".ogg", ".flac"] # ALL LOWER CASE!
3434
WARN_OLD_CLIENTS = True # Use MOTD to inform old clients to upgrade
3535
LIST_RELATIVE_CONFIGS = True # Print list of relative configs loaded

0 commit comments

Comments
 (0)