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

Prepare zope.container 3.12.0.

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