This commit is contained in:
JonnyWong16 2016-01-24 22:51:36 -08:00
parent 52bed5bf98
commit 8a902ae3e6
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## v1.3.2 (2016-01-24)
* Fix: 'datestamp' and 'timestamp' for server notifications
* Change: New method for updating library data in database
## v1.3.1 (2016-01-23)
* Fix: Notifiers authorization popups for reverse proxies.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.1"
PLEXPY_RELEASE_VERSION = "1.3.2"