Skip to content

Commit

Permalink
0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Feb 11, 2018
1 parent 6404ec7 commit e6348cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pafy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.3.1"
__version__ = "0.5.4"
__author__ = "np1"
__license__ = "LGPLv3"

Expand Down

0 comments on commit e6348cf

Please sign in to comment.