Skip to content

Commit a5ee061

Browse files
committed
bump
1 parent 4fa26c4 commit a5ee061

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plexapi/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import os
44
from logging.handlers import RotatingFileHandler
55
from platform import uname
6+
from uuid import getnode
7+
68
from plexapi.config import PlexConfig, reset_base_headers
79
from plexapi.utils import SecretsFilter
8-
from uuid import getnode
910

1011
# Load User Defined Config
1112
DEFAULT_CONFIG_PATH = os.path.expanduser('~/.config/plexapi/config.ini')
@@ -14,7 +15,7 @@
1415

1516
# PlexAPI Settings
1617
PROJECT = 'PlexAPI'
17-
VERSION = '3.5.0'
18+
VERSION = '3.6.0'
1819
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
1920
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
2021
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)

0 commit comments

Comments
 (0)