We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f3ba2 commit b3515d6Copy full SHA for b3515d6
CHANGELOG
@@ -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
10
28 February 2016
11
Version 0.5.0
12
pafy/__init__.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "0.5.0"
+__version__ = "0.5.1"
__author__ = "np1"
__license__ = "LGPLv3"
0 commit comments