summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSouheil CHELFOUH <trollfot@gmail.com>2011-03-24 16:09:52 +0000
committerSouheil CHELFOUH <trollfot@gmail.com>2011-03-24 16:09:52 +0000
commit919902916f183d4e81f96ed6e6719909398328b5 (patch)
treebbb5143e35aa6642b6029303aaf0202f8670dd78 /setup.py
parentdf78dd6a2177b77e0c13ea1cfe05db911e074412 (diff)
downloadzope-browser-919902916f183d4e81f96ed6e6719909398328b5.tar.gz
Added definitions to the base browser publishing process.
This allows us to move toward a greater interoperability with other systems. This change will trigger a serie for changes in the zope packages, mainly in zope.publisher.
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 bc76682..b124e5c 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.browser',
- version = '1.3.1dev',
+ version = '1.4.0dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',