8000 Releasing as version 0.4 · zyq001/python-readability@c715426 · GitHub
[go: up one dir, main page]

Skip to content

Commit c715426

Browse files
committed
Releasing as version 0.4
1 parent 1fac7e6 commit c715426

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,5 @@ Document() kwarg options:
5353

5454
Updates
5555

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
5956
- 0.3 Added Document.encoding, positive_keywords and negative_keywords
57+
- 0.4 Added Videos loading and allowed more images per paragraph

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="readability-lxml",
16-
version="0.3.0.6",
16+
version="0.4",
1717
author="Yuri Baburov",
1818
author_email="burchik@gmail.com",
1919
description="fast python port of arc90's readability tool",

0 commit comments

Comments
 (0)
0