Skip to content

Commit eef7b3f

Browse files
authored
Bump to 4.1.2 release (#578)
Compatibility fixes for Python 3.5
1 parent 14b8d0e commit eef7b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# PlexAPI Settings
1717
PROJECT = 'PlexAPI'
18-
VERSION = '4.1.1'
18+
VERSION = '4.1.2'
1919
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
2020
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
2121
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)

0 commit comments

Comments
 (0)