Commit 8b912e0d authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare tempstorage 2.11.3.

parent 1955289d
Changelog
=========
2.11.3 - unreleased
2.11.3 - 2010-06-05
-------------------
- Approximate PEP8 compliance.
- Split out the ZODB protocol tests from the tests specific to the module.
Make the local tests use "normal" unittest conventions.
- Comply with repository policy.
- Clean imports, docstrings; add an instance-level hook for GC parms.
- Fix a test failure due to never-unghostified root in second connection.
2.11.2 - 2009-08-03
-------------------
......
[buildout]
develop = .
parts = test
find-links = http://download.zope.org/distribution/
[test]
recipe = zc.recipe.testrunner
......
......@@ -20,7 +20,7 @@ long_description = file("README.txt").read() + "\n" + \
file("CHANGES.txt").read()
setup(name='tempstorage',
version = '2.11.3dev',
version = '2.11.3',
url='http://pypi.python.org/pypi/tempstorage',
license='ZPL 2.1',
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