Skip to content

Commit bd7de42

Browse files
committed
Release 4.7.0
1 parent f89b086 commit bd7de42

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.6.1'
18+
VERSION = '4.7.0'
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)