summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 92ea426..3f7d12f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
zope.browser Changelog
======================
+1.2 (unreleased)
+----------------
+
+- TBD
+
1.1 (2009-05-13)
----------------
diff --git a/setup.py b/setup.py
index 9af943f..a3f0885 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.1',
+ version = '1.2dev',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Shared Zope Toolkit browser components',