Skip to content

Commit

Permalink
Version bump 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msukmanowsky committed Dec 16, 2014
1 parent 45707d0 commit d77554b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


version = '0.2.6'
version = '0.2.7'

install_requires = [
'iso3166 >= 0.4',
Expand Down

0 comments on commit d77554b

Please sign in to comment.