diff --git a/CHANGELOG b/CHANGELOG index f5f9dd1b..ef421a18 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +18 August 2016 +Version 0.5.2 + +[Bugfix] - Fix internal backend (#140) +[Update] - Support liked video playlist (#149) +[Update] - Add spaces to file name format (@ghost) (#145) + +------------------------------------------------------------------------------- 31 May 2016 Version 0.5.1 diff --git a/pafy/__init__.py b/pafy/__init__.py index e2e12e3f..860f56b5 100644 --- a/pafy/__init__.py +++ b/pafy/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "0.5.1" +__version__ = "0.5.2" __author__ = "np1" __license__ = "LGPLv3"