summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-08 11:42:14 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-08 11:42:14 -0500
commit5e0bd750dcdac7bc3cf0df9f7e3c4be7ac52b46b (patch)
tree26a3b48c99300d1a2b3c1d11b43a022477451cdb
parentf74fd5d711ab3e3b363e1264857c3681d128f7c8 (diff)
downloadzope-browser-5e0bd750dcdac7bc3cf0df9f7e3c4be7ac52b46b.tar.gz
Back to development: 2.0.3
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index fb17974..d945e48 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========
+2.0.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
2.0.2 (2013-03-08)
------------------
diff --git a/setup.py b/setup.py
index f9ff76b..ace1892 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.browser',
- version='2.0.2',
+ version='2.0.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',