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 12cf146 commit 2cde3a1Copy full SHA for 2cde3a1
plexapi/__init__.py
@@ -15,7 +15,7 @@
15
16
# PlexAPI Settings
17
PROJECT = 'PlexAPI'
18
-VERSION = '4.3.1'
+VERSION = '4.4.0'
19
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
20
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
21
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)
0 commit comments