We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fac7e6 commit c715426Copy full SHA for c715426
2 files changed
README
@@ -53,7 +53,5 @@ Document() kwarg options:
53
54
Updates
55
56
- - 0.2.5 Update setup.py for uploading .tar.gz to pypi
57
- - 0.2.6 Don't crash on documents with no title
58
- - 0.2.6.1 Document.short_title() properly works
59
- 0.3 Added Document.encoding, positive_keywords and negative_keywords
+ - 0.4 Added Videos loading and allowed more images per paragraph
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="readability-lxml",
16
- version="0.3.0.6",
+ version="0.4",
17
author="Yuri Baburov",
18
author_email="[email protected]",
19
description="fast python port of arc90's readability tool",
0 commit comments