Bump to 4.1.2 release (#578)

Compatibility fixes for Python 3.5
This commit is contained in:
jjlawren 2020-09-28 13:23:46 -05:00 committed by GitHub
parent 14b8d0e8c8
commit eef7b3f843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ CONFIG = PlexConfig(CONFIG_PATH)
# PlexAPI Settings
PROJECT = 'PlexAPI'
VERSION = '4.1.1'
VERSION = '4.1.2'
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)