Fixes #158, #159, #160 #161

Merged
michaelhelmick merged 3 commits from fix-issues into master 2013-04-04 11:53:48 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fffedd4588 - Show all commits

View file

@ -2,7 +2,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__ = '2.6.1' __version__ = '2.7.0'
setup( setup(
# Basic package information. # Basic package information.

View file

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