Fix for issue #25, certain search queries not being properly encoded. Thanks to momander for pointing this out...

This commit is contained in:
Ryan McGrath 2010-11-28 17:56:11 +09:00
parent 5f1d0d4e90
commit 931921be01
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.3.4'
__version__ = '1.3.5'
setup(
# Basic package information.