summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2011-09-21 10:24:59 +0000
committerHanno Schlichting <hanno@hannosch.eu>2011-09-21 10:24:59 +0000
commitb50a05a6ab70120e17b691d3a7137e01c6f9f0e4 (patch)
tree4323e8332bdf0894706bd1e9b4c39ee5760766c2
parentd299820dc5c35f62014e9061b08e0f8dd3e0c4e9 (diff)
downloadzope-pagetemplate-b50a05a6ab70120e17b691d3a7137e01c6f9f0e4.tar.gz
Prepare zope.pagetemplate 3.6.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 8fa5f25..70fef22 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
CHANGES
=======
-3.6.3 (unreleased)
+3.6.3 (2011-09-21)
------------------
- Fixed test assertions to be compatible with zope.tal 3.6.
diff --git a/setup.py b/setup.py
index 442ebfc..aa8ef6e 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(name='zope.pagetemplate',
- version='3.6.3dev',
+ version='3.6.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',