summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2010-04-30 17:45:57 +0000
committerHanno Schlichting <hanno@hannosch.eu>2010-04-30 17:45:57 +0000
commitfcb94660e69118bf89b3c6d7139b423bc5f64161 (patch)
tree0b929ae9e1dd5fd901841a0cfdeac810236ecec7 /setup.py
parentdb47bafbab6b7f80973f3b85459b4aa4c9a63447 (diff)
downloadzope-browser-fcb94660e69118bf89b3c6d7139b423bc5f64161.tar.gz
Prepare zope.browser 1.3.
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 9f24027..1f94fe1 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.browser',
- version = '1.3dev',
+ version = '1.3',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',