v2.5.2-beta

This commit is contained in:
JonnyWong16 2020-06-27 15:04:06 -07:00
parent 1c395ab10c
commit cb577c51b8
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## v2.5.2-beta (2020-06-27)
* Other:
* Fix: Login to Tautulli not working on Python 2.
## v2.5.1-beta (2020-06-26)
* Notifications:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.5.1-beta"
PLEXPY_RELEASE_VERSION = "v2.5.2-beta"