Releasing as version 0.4
This commit is contained in:
parent
1fac7e685a
commit
c715426584
4
README
4
README
@ -53,7 +53,5 @@ Document() kwarg options:
|
|||||||
|
|
||||||
Updates
|
Updates
|
||||||
|
|
||||||
- 0.2.5 Update setup.py for uploading .tar.gz to pypi
|
|
||||||
- 0.2.6 Don't crash on documents with no title
|
|
||||||
- 0.2.6.1 Document.short_title() properly works
|
|
||||||
- 0.3 Added Document.encoding, positive_keywords and negative_keywords
|
- 0.3 Added Document.encoding, positive_keywords and negative_keywords
|
||||||
|
- 0.4 Added Videos loading and allowed more images per paragraph
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ if sys.platform == 'darwin':
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="readability-lxml",
|
name="readability-lxml",
|
||||||
version="0.3.0.6",
|
version="0.4",
|
||||||
author="Yuri Baburov",
|
author="Yuri Baburov",
|
||||||
author_email="burchik@gmail.com",
|
author_email="burchik@gmail.com",
|
||||||
description="fast python port of arc90's readability tool",
|
description="fast python port of arc90's readability tool",
|
||||||
|
Loading…
Reference in New Issue
Block a user