From 3af95192328e2c22e21526343d3cd369a8f9387c Mon Sep 17 00:00:00 2001 From: Brant Steen Date: Sat, 28 Jun 2014 12:41:48 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13ef11f..7985dc2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ required = [ setup( name='django-postgrespool', - version='0.2.6', + version='0.2.7', description='Postgres Connection Pooling for Django.', long_description=open('README.rst').read(), author='Kenneth Reitz',