Update for version 0.1.19

pull/29/head
Richard Harding 10 years ago
parent 6f912830c0
commit 5e8d9b46be

@ -3,6 +3,10 @@
Changelog for breadability
==========================
0.1.19 (April 13th 2014)
----------------------
- Replace charade with chardet for easier packaging.
0.1.18 (April 6th 2014)
----------------------
- Improved decoding of the page into Unicode.

@ -3,7 +3,7 @@ import sys
from os.path import abspath, dirname, join
from setuptools import setup, find_packages
VERSION = "0.1.18"
VERSION = "0.1.19"
VERSION_SUFFIX = "%d.%d" % sys.version_info[:2]
CURRENT_DIRECTORY = abspath(dirname(__file__))

Loading…
Cancel
Save