This commit is contained in:
Jonathan Wong 2015-12-06 11:38:23 -08:00
parent f6e77cc578
commit 8db891cfe6
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## v1.2.12 (2015-12-06)
* Fix match newlines between tags in notification text.
* Fix current activity not showing on PMS 0.9.12.
## v1.2.12 (2015-12-06) ## v1.2.12 (2015-12-06)
* Fix for "too many open files" error. * Fix for "too many open files" error.

View file

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