Skip to content

Commit

Permalink
incremented version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
talentless committed Oct 21, 2013
1 parent 23091db commit 72985c5
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.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.
v0.2.3, 2013-07-19 -- Unicode fixes and minor bug fix in parser.parse.
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.5'
version = '0.2.6'

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

0 comments on commit 72985c5

Please sign in to comment.