starting 1.1

This commit is contained in:
Tarek Ziade 2012-02-27 23:08:32 +01:00
parent 4325e8c172
commit 6c43653950
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Releases
::::::::
1.1 - ?
-------
???
1.0 - 2012-02-27
----------------

View File

@ -44,7 +44,7 @@ with open('CHANGES.rst') as f:
CHANGES = f.read()
setup(name='ldappool', version='1.0',
setup(name='ldappool', version='1.1',
packages=['ldappool', 'ldappool.tests'],
author='Mozilla Services', author_email='services-dev@mozilla.org',
description="A connection pool for python-ldap",