Commit 3a94bd7e authored by Hanno Schlichting's avatar Hanno Schlichting

Bump version

parent 8b912e0d
Changelog Changelog
========= =========
2.11.4 - unreleased
-------------------
2.11.3 - 2010-06-05 2.11.3 - 2010-06-05
------------------- -------------------
......
...@@ -20,7 +20,7 @@ long_description = file("README.txt").read() + "\n" + \ ...@@ -20,7 +20,7 @@ long_description = file("README.txt").read() + "\n" + \
file("CHANGES.txt").read() file("CHANGES.txt").read()
setup(name='tempstorage', setup(name='tempstorage',
version = '2.11.3', version = '2.11.4dev',
url='http://pypi.python.org/pypi/tempstorage', url='http://pypi.python.org/pypi/tempstorage',
license='ZPL 2.1', license='ZPL 2.1',
description='A RAM-based storage for ZODB', description='A RAM-based storage for ZODB',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment