We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daaa85 commit fd08036Copy full SHA for fd08036
plexapi/__init__.py
@@ -14,7 +14,7 @@
14
15
# PlexAPI Settings
16
PROJECT = 'PlexAPI'
17
-VERSION = '3.4.0'
+VERSION = '3.5.0'
18
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
19
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
20
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)
0 commit comments