From 4362fafd2401dd713eead23eb4b8530c40b751ab Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Tue, 17 Feb 2009 11:39:33 -0500 Subject: [PATCH] bumping version. added connection pooling and a fix to fail on insert instead of query when using non utf-8 strings --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b62d99f0..8e47a62fb 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ Above is the ouput showing how the compilation failed.""" % ext.name setup( name="pymongo", - version="0.6", + version="0.7", description="Driver for the Mongo database ", long_description=readme_content, author="10gen",