Commit 1d0401d2 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare zope.container 3.12.0.

parent 59c20290
......@@ -2,7 +2,7 @@
CHANGES
=======
3.12.0 (unreleased)
3.12.0 (2010-12-14)
-------------------
- Fix detection of moving folders into itself or a subfolder of itself.
......
......@@ -25,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.container',
version = '3.12.0dev',
version = '3.12.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Container',
......@@ -66,7 +66,7 @@ setup(name='zope.container',
zcml=[
'zope.component[zcml]',
'zope.configuration',
'zope.security[zcml]>=3.8.0dev',
'zope.security[zcml]>=3.8',
]),
install_requires=['setuptools',
'zope.interface',
......
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