diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-12-22 01:26:46 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-12-22 01:26:46 +0000 |
| commit | 77e5c6ad1b03bae48eb56d6d2306e14b17d6464e (patch) | |
| tree | 36a030a0ed9573f1712dfb7e63fac0f5aaf0edf6 | |
| parent | f6d33662b3bf2c40f8e5a6dec26723cc5183c004 (diff) | |
| download | zope-security-3.9.tar.gz | |
svb3.9
| -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', |
