diff options
| -rw-r--r-- | CHANGES.txt | 5 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a657976..421ff99 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,11 @@ CHANGES ======= +3.9.1 (unreleased) +------------------ + +- TBD + 3.9.0 (2012-12-21) ------------------ @@ -25,7 +25,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='zope.security', - version='3.9.0', + version='3.9.1dev', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Security Framework', |
