summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJim Fulton <jim@zope.com>2007-08-15 15:10:38 +0000
committerJim Fulton <jim@zope.com>2007-08-15 15:10:38 +0000
commita40a3aef92a1b8bc157817687c07a9106351517b (patch)
tree91eedc9eca2b351f558ce2c84ad299f8290317f6 /setup.py
parenta3fba0c2cbcf9085c364747d6bcc739f1d7176c2 (diff)
downloadzope-security-a40a3aef92a1b8bc157817687c07a9106351517b.tar.gz
Updated release info.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 70ed7aa..8bed312 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ import os
from setuptools import setup, find_packages, Extension
setup(name='zope.security',
- version = '3.4.0b4',
+ version = '3.4.0b5',
url='http://svn.zope.org/zope.security',
license='ZPL 2.1',
description='Zope3 Security Architecture',