This commit is contained in:
Jonathan Wong 2015-12-22 19:35:11 -08:00
parent 851de4934b
commit 94a3d35c90
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## v1.2.16 (2015-12-22)
* Fix Most Concurrent stream stat for emtpy databases
* Change logs to 50 lines by default
## v1.2.15 (2015-12-20) ## v1.2.15 (2015-12-20)
* Fix navbar covering current activity on smaller screens. * Fix navbar covering current activity on smaller screens.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.2.15" PLEXPY_RELEASE_VERSION = "1.2.16"