bump version

This commit is contained in:
Brant Steen
2014-06-28 12:41:48 -04:00
parent eb97a1864b
commit 3af9519232
+1 -1
View File
@@ -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',