Releasing as version 0.4

pull/65/head
Yuri Baburov 9 years ago
parent 1fac7e685a
commit c715426584

@ -53,7 +53,5 @@ Document() kwarg options:
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.4 Added Videos loading and allowed more images per paragraph

@ -13,7 +13,7 @@ if sys.platform == 'darwin':
setup(
name="readability-lxml",
version="0.3.0.6",
version="0.4",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",

Loading…
Cancel
Save