From b8ef56574a6149e9e5799a41d94a9bd7ee442544 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 30 Dec 2019 10:24:46 -0800 Subject: [PATCH] v2.1.40 --- CHANGELOG.md | 12 ++++++++++++ plexpy/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4f670e..500b7803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v2.1.40 (2019-12-30) + +* UI: + * Change: Moved 3rd Party API settings to new tab in the settings. +* Graphs: + * Change: Improve calculating month ranges for Play Totals graphs. +* Other: + * Fix: Failing to verify a Plex Media Server using a hostname. + * Change: A license key is now required to install the MaxMind GeoLite2 database for IP geolocation. Please follow the guide in the wiki to reinstall the GeoLite2 database. + * Change: The GeoLite2 database will now automatically update periodically if installed. + + ## v2.1.39 (2019-12-08) * UI: diff --git a/plexpy/version.py b/plexpy/version.py index 04cb9911..1941ef61 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.39" +PLEXPY_RELEASE_VERSION = "v2.1.40"