Bump to 0.2.6.1

pull/27/head
Yuri Baburov 12 years ago
parent 44915518d3
commit 9cd5fb6226

@ -48,3 +48,4 @@ 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

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="readability-lxml",
version="0.2.6",
version="0.2.6.1",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",

Loading…
Cancel
Save