Skip to content

Commit

Permalink
Bump to 4.1.2 release (#578)
Browse files Browse the repository at this point in the history
Compatibility fixes for Python 3.5
  • Loading branch information
jjlawren authored Sep 28, 2020
1 parent 14b8d0e commit eef7b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 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)
Expand Down

0 comments on commit eef7b3f

Please sign in to comment.