This commit is contained in:
Tim 2015-12-07 22:31:00 +02:00
parent 921a219beb
commit de39f7691c
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
# Changelog # Changelog
## v1.2.12 (2015-12-06) ## v1.2.14 (2015-12-07)
* Fix regression with PlexWatch db importer and buffer warnings.
## v1.2.13 (2015-12-06)
* Fix match newlines between tags in notification text. * Fix match newlines between tags in notification text.
* Fix current activity not showing on PMS 0.9.12. * Fix current activity not showing on PMS 0.9.12.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.2.13" PLEXPY_RELEASE_VERSION = "1.2.14"