Mercurial > public > queues
changeset 18:9e41be2e6776
Updated version to 0.5 which includes a dummy backend useful for testing, fixed a bug in delete_queue in the redis backend, and updated tests to deal with some backends returning unicode and some not.
author | mcroydon |
---|---|
date | Wed, 16 Sep 2009 14:39:50 +0000 |
parents | a0d3e275c885 |
children | b2af7123f5e3 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Aug 25 21:48:23 2009 +0000 +++ b/setup.py Wed Sep 16 14:39:50 2009 +0000 @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='queues', - version='0.4', + version='0.5', description='A lowest-common-denominator API for interacting with lightweight queue services.', author='Matt Croydon', author_email='mcroydon@gmail.com',