diff --git a/CHANGELOG.md b/CHANGELOG.md index 474c778d..446f639b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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) * Fix: Removing unique constraints from database. diff --git a/plexpy/version.py b/plexpy/version.py index 67235cab..189a4528 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.3.5" +PLEXPY_RELEASE_VERSION = "1.3.6"