more 1.9 prep
authorBob Halley <halley@nominum.com>
Sat, 20 Nov 2010 14:29:58 +0000 (14:29 +0000)
committerBob Halley <halley@nominum.com>
Sat, 20 Nov 2010 14:29:58 +0000 (14:29 +0000)
.gitignore
setup.py

index 2abcfc47d78727d7e77659a167ffdb3765021f24..5592c971b018ecdfd08b3908e8facafe07946aa5 100644 (file)
@@ -2,4 +2,6 @@ build
 dist
 MANIFEST
 html
+html.zip
+html.tar.gz
 tests/*.out
index 21ebddfb5921eb00dc3c13bb81cd150615710b63..51c0ef8c1f8be021a2f3bc8ae87d78fb0835a2f9 100755 (executable)
--- 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',