summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 13:33:28 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 13:33:28 -0500
commit4252fbc1c0098c9fc32bcfd46b9887f31bdced99 (patch)
tree5018f7449292eaa43b2df41100edafbc6621ced2
parent3318f66c771c70f6e9941b8d6ca6adce0ef846bf (diff)
downloadzope-pagetemplate-4252fbc1c0098c9fc32bcfd46b9887f31bdced99.tar.gz
Preparing release 4.0.34.0.3
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 32fdac5..1d10aba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-4.0.3 (unreleased)
+4.0.3 (2013-02-28)
------------------
- Only allow ``zope.untrustedpython`` to be a dependency in Python 2.
diff --git a/setup.py b/setup.py
index 90a473c..8034f44 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='4.0.3.dev0',
+ version='4.0.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',