summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-11-20 14:29:58 +0000
committerBob Halley <halley@nominum.com>2010-11-20 14:29:58 +0000
commit053f0d49d213fc9e5e51eb707845945208ee110d (patch)
treec85ab0f276b7811b6d0ed0718c2c0d71f7582f04
parent4b65358a42b549cf3bcfcfdaa1051b7a398c8ef9 (diff)
downloaddnspython-053f0d49d213fc9e5e51eb707845945208ee110d.tar.gz
more 1.9 prep
-rw-r--r--.gitignore2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2abcfc4..5592c97 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 21ebddf..51c0ef8 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',