Dynamic callback url works again, PEP8 clean up #69

Merged
michaelhelmick merged 3 commits from master into master 2012-03-21 12:43:16 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 59b5733a86 - Show all commits

View file

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

View file

@ -9,7 +9,7 @@
""" """
__author__ = "Ryan McGrath <ryan@venodesigns.net>" __author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "1.5.0" __version__ = "1.5.1"
import urllib import urllib
import re import re