Skip to content

Commit c5ea131

Browse files
committed
Version 0.5.3
1 parent 7b87b02 commit c5ea131

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
13 January 2017
2+
Version 0.5.3
3+
4+
[Bugfix] - Handle occassional issue reading category (@regisb)
5+
[Bugfix] - Encode filename to system locale (#163)
6+
[Update] - Support m.youtube.com urls (@HouseK) (#159)
7+
[Update] - Support gaming.youtube.com urls (@Phosphorus-M) (#161)
8+
[Update] - Fix running under Boost.Python (#162)
9+
10+
-------------------------------------------------------------------------------
11+
112
18 August 2016
213
Version 0.5.2
314

pafy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"
22
__author__ = "np1"
33
__license__ = "LGPLv3"
44

0 commit comments

Comments
 (0)