Update to 1.4.2, catch for Python 2.5 where urlparse doesn't exist (specifically for Google App Engine, which is strangely still on 2.5

This commit is contained in:
Ryan McGrath 2011-03-30 22:38:07 +09:00
parent 9f8c04b0f2
commit a6d524e79d
2 changed files with 12 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.4.1'
__version__ = '1.4.2'
setup(
# Basic package information.