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 70d93ad commit 74ae49eCopy full SHA for 74ae49e
plexapi/__init__.py
@@ -14,7 +14,7 @@
14
15
# PlexAPI Settings
16
PROJECT = 'PlexAPI'
17
-VERSION = '3.3.0'
+VERSION = '3.4.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