Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Feb 28, 2016
1 parent d1207ee commit 88e4ec0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
28 February 2016
Version 0.5.0

[Feature] - Support both youtube-dl backend and internal backend (old 0.3.x
branch. This makes youtube-dl an optional dependency, though it
is more stable and thus recommended. There will be no more 0.3.x
releases, as this eliminates the need for them.

To use the internal backend even if youtube-dl is installed, set
the environmental variable PAFY_BACKEND to "internal".
[Bugfix] - Fix UnicodeDecodeError(krishnawhite) (#129)
[Bugfix] - Fix quality property

-------------------------------------------------------------------------------

1 January 2016
Version 0.4.3

Expand Down
2 changes: 1 addition & 1 deletion pafy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = "0.4.3"
__version__ = "0.5.0"
__author__ = "np1"
__license__ = "LGPLv3"

Expand Down

0 comments on commit 88e4ec0

Please sign in to comment.