We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4491551 commit 9cd5fb6Copy full SHA for 9cd5fb6
2 files changed
README
@@ -48,3 +48,4 @@ Updates
48
49
- 0.2.5 Update setup.py for uploading .tar.gz to pypi
50
- 0.2.6 Don't crash on documents with no title
51
+ - 0.2.6.1 Document.short_title() properly works
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="readability-lxml",
6
- version="0.2.6",
+ version="0.2.6.1",
7
author="Yuri Baburov",
8
author_email="burchik@gmail.com",
9
description="fast python port of arc90's readability tool",
0 commit comments