This commit is contained in:
Kenneth Reitz
2012-09-27 20:20:57 -04:00
parent 9bb889d82b
commit b388e538be
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import logging
from functools import partial
from sqlalchemy import event
+1 -1
View File
@@ -21,7 +21,7 @@ required = [
setup(
name='django-postgrespool',
version='0.1.1',
version='0.2.0',
description='Postgres Connection Pooling for Django.',
long_description=open('README.rst').read(),
author='Kenneth Reitz',