Commit d78b5b83 authored by Hanno Schlichting's avatar Hanno Schlichting

Start work on new feature release

parent 3a94bd7e
Changelog Changelog
========= =========
2.11.4 - unreleased 2.12.0 - unreleased
------------------- -------------------
......
...@@ -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.4dev', version = '2.12.0dev',
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