Commit 82882696 authored by Dan Korostelev's avatar Dan Korostelev

Bump version.

parent d66f13c1
...@@ -2,11 +2,20 @@ ...@@ -2,11 +2,20 @@
CHANGES CHANGES
======= =======
3.8.4 (unreleased) 3.9.1 (unreleased)
------------------ ------------------
- ... - ...
3.9.0 (2009-08-28)
------------------
- Previous releases should be versioned 3.9.0 as they are not pure bugfix
releases and worth a "feature" release, increasing feature version.
Packages that depend on any changes introduced in version 3.8.2 or 3.8.3
should depend on version 3.9 or greater.
3.8.3 (2009-08-27) 3.8.3 (2009-08-27)
------------------ ------------------
......
...@@ -22,7 +22,7 @@ def read(*rnames): ...@@ -22,7 +22,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.8.4dev', version = '3.9.1dev',
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