Time for a new release!

There's been multiple fairly critical fixes applied, so bumping the
version number for a new release.
This commit is contained in:
Jonty Wareing
2013-07-03 11:51:10 +00:00
parent 3f80bb7519
commit 88022f06bc
+1 -1
View File
@@ -21,7 +21,7 @@ required = [
setup(
name='django-postgrespool',
version='0.2.3',
version='0.2.4',
description='Postgres Connection Pooling for Django.',
long_description=open('README.rst').read(),
author='Kenneth Reitz',