Fix for issue #25, certain search queries not being properly encoded. Thanks to momander for pointing this out...
This commit is contained in:
parent
5f1d0d4e90
commit
931921be01
3 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue