summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-11 18:41:17 +0000
committerStephan Richter <stephan.richter@gmail.com>2013-02-11 18:41:17 +0000
commita810e53c6e6dfa96db15aa627fffa3e8b991607f (patch)
tree913a65345d281800f8012bf437079f3b40e68d3e
parent81eebc4e36930f1a960db66642d462389c76f3d5 (diff)
downloadzope-browser-a810e53c6e6dfa96db15aa627fffa3e8b991607f.tar.gz
Preparing release 2.0.1
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 81e8085..9de7752 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
=========
-2.0.1 (unreleased)
+2.0.1 (2013-02-11)
------------------
- Added `tox.ini`.
diff --git a/setup.py b/setup.py
index 02d694a..4e1fec7 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.1.dev0',
+ version='2.0.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',