From 5e0bd750dcdac7bc3cf0df9f7e3c4be7ac52b46b Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 8 Mar 2013 11:42:14 -0500 Subject: Back to development: 2.0.3 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1