From d77554bb772a9089b272c93560eb543825219c81 Mon Sep 17 00:00:00 2001 From: Mike Sukmanowsky Date: Tue, 16 Dec 2014 13:46:04 -0500 Subject: [PATCH] Version bump 0.2.7 --- CHANGES.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index ef31af8..81ff52e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,4 @@ +v0.2.7, 2014-12-16 -- Fixed bug that prevented classification of r.search.yahoo.com and updated search engines list v0.2.6, 2013-10-21 -- Fixed a bug in _get_lossy domain that prevented google.it from being picked up as a search engine v0.2.5, 2013-08-28 -- Fix small bug in _unicode_parse_qs v0.2.4, 2013-07-20 -- Add support for custom parsers and naive search engine detection/keyword extraction. diff --git a/setup.py b/setup.py index d10ba53..8d8c4f6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = '0.2.6' +version = '0.2.7' install_requires = [ 'iso3166 >= 0.4',