Skip to content

Commit f782f52

Browse files
authored
Merge pull request #484 from jjlawren/bump_3.5.0
Bump to 3.5.0 for release
2 parents 6daaa85 + fd08036 commit f782f52

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
@@ -14,7 +14,7 @@
1414

1515
# PlexAPI Settings
1616
PROJECT = 'PlexAPI'
17-
VERSION = '3.4.0'
17+
VERSION = '3.5.0'
1818
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
1919
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
2020
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)

0 commit comments

Comments
 (0)