Commit adb20aaf authored by Hanno Schlichting's avatar Hanno Schlichting

Bump version

parent 31a5a5c6
Changelog Changelog
========= =========
2.12.1 - unreleased
-------------------
2.12.0 - 2010-09-25 2.12.0 - 2010-09-25
------------------- -------------------
......
...@@ -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.12.0', version = '2.12.1dev',
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