Skip to content

Commit

Permalink
Version 0.3.82
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 1, 2016
1 parent a46a5c9 commit 8161210
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1 January 2015
Version 0.3.82

[Feature] - get_playlist2() command with new interface and support for
playlists longer than 200 videos (ids1024)
[Bugfix] - Fix ZeroDivisionError (cpnielsen) (#125)

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

20 December 2015
Version 0.3.80

Expand Down
2 changes: 1 addition & 1 deletion pafy/pafy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from __future__ import unicode_literals

__version__ = "0.3.80"
__version__ = "0.3.82"
__author__ = "np1"
__license__ = "LGPLv3"

Expand Down

0 comments on commit 8161210

Please sign in to comment.