This commit is contained in:
JonnyWong16 2016-02-03 20:54:28 -08:00
parent 0b301fff3f
commit e2120393a2
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## v1.3.6 (2016-02-03)
* Fix: Regression where {duration} not reported in minutes.
* Fix: Proper daemonizing in FreeBSD and FreeNAS init scripts.
* Change: Update readme documentation.
## v1.3.5 (2016-02-02) ## v1.3.5 (2016-02-02)
* Fix: Removing unique constraints from database. * Fix: Removing unique constraints from database.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.5" PLEXPY_RELEASE_VERSION = "1.3.6"