From: Bob Halley Date: Sat, 20 Nov 2010 14:29:58 +0000 (+0000) Subject: more 1.9 prep X-Git-Tag: v1.9.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053f0d49d213fc9e5e51eb707845945208ee110d;p=thirdparty%2Fdnspython.git more 1.9 prep --- diff --git a/.gitignore b/.gitignore index 2abcfc47..5592c971 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ build dist MANIFEST html +html.zip +html.tar.gz tests/*.out diff --git a/setup.py b/setup.py index 21ebddfb..51c0ef8c 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.8.1' +version = '1.9.0' kwargs = { 'name' : 'dnspython',