From e6348cfc47c74857323cc9e781c61f3af507d1c9 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sun, 11 Feb 2018 13:13:54 -0800 Subject: [PATCH] 0.5.4 --- CHANGELOG | 13 +++++++++++++ pafy/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ca1afd9d..002feb22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +11 February 2018 +Version 0.5.4 + +[Bugfix] Fix bug in views/likes/comments (@kiorky) (#171) +[Update] Do not automatically fall back to buggy internal backend (can be + overridden with an environmental variable) (@ids1024) +[Update] Support UU playlist urls (@sedden) (#176) +[Update] Support FL playlist urls (@zetasyanthis) (#177) +[Feature] Support KB/MB/GB download progress (@ritiek) (#178) +[Feature] Add API for channels (@vn-ki) (#196) + +------------------------------------------------------------------------------- + 15 January 2017 Version 0.5.3.1 diff --git a/pafy/__init__.py b/pafy/__init__.py index ced2576f..ba37eb89 100644 --- a/pafy/__init__.py +++ b/pafy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.3.1" +__version__ = "0.5.4" __author__ = "np1" __license__ = "LGPLv3"