Skip to content

Commit b3515d6

Browse files
committed
Version 0.5.1
1 parent c8f3ba2 commit b3515d6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
31 May 2016
2+
Version 0.5.1
3+
4+
[Bugfix] - Fix python 2 import (#134)
5+
[Bugfix] - Fix two bugs in the internal backend (major bug remains unfixed)
6+
[Update] - Remove deprecated signature argument
7+
8+
-------------------------------------------------------------------------------
9+
110
28 February 2016
211
Version 0.5.0
312

pafy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.5.1"
44
__author__ = "np1"
55
__license__ = "LGPLv3"
66

0 commit comments

Comments
 (0)