Commit e1f64be0 authored by Hanno Schlichting's avatar Hanno Schlichting

Rerelease 3.9.0 as it had a broken Windows 2.6 egg.

parent 858dbf99
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
CHANGES CHANGES
======= =======
3.9.1 (unreleased) 3.9.1 (2009-10-18)
------------------ ------------------
- ... - Rerelease 3.9.0 as it had a broken Windows 2.6 egg.
- Marked as part of the ZTK.
3.9.0 (2009-08-28) 3.9.0 (2009-08-28)
------------------ ------------------
......
...@@ -27,7 +27,7 @@ def read(*rnames): ...@@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.container', setup(name='zope.container',
version = '3.9.1dev', version = '3.9.1',
author='Zope Corporation and Contributors', author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org', author_email='zope-dev@zope.org',
description='Zope Container', description='Zope Container',
......
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