Commit 9485e969 authored by Stephan Richter's avatar Stephan Richter

Back to development: 4.0.0a2

parent e60b1909
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
CHANGES CHANGES
======= =======
4.0.0a2 (unreleased)
--------------------
- Nothing changed yet.
4.0.0a1 (2013-02-20) 4.0.0a1 (2013-02-20)
-------------------- --------------------
......
include *.txt include *.txt
include MANIFEST.in include MANIFEST.in
include bootstrap.py
include buildout.cfg include buildout.cfg
include compat.cfg include compat.cfg
......
...@@ -40,7 +40,7 @@ def alltests(): ...@@ -40,7 +40,7 @@ def alltests():
return unittest.TestSuite(suites) return unittest.TestSuite(suites)
setup(name='zope.container', setup(name='zope.container',
version='4.0.0a1', version='4.0.0a2.dev0',
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',
......
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