[Checkins] SVN: zope.app.pagetemplate/trunk/ Preparing release 3.6.0

Michael Howitz mh at gocept.com
Mon May 18 15:55:15 EDT 2009


Log message for revision 100105:
  Preparing release 3.6.0

Changed:
  U   zope.app.pagetemplate/trunk/CHANGES.txt
  U   zope.app.pagetemplate/trunk/buildout.cfg
  U   zope.app.pagetemplate/trunk/setup.py
  U   zope.app.pagetemplate/trunk/src/zope/app/pagetemplate/namedtemplate.py

-=-
Modified: zope.app.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.app.pagetemplate/trunk/CHANGES.txt	2009-05-18 19:49:19 UTC (rev 100104)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2009-05-18 19:55:14 UTC (rev 100105)
@@ -2,7 +2,7 @@
  Changes
 =========
 
-3.6.0 (unreleased)
+3.6.0 (2009-05-18)
 ------------------
 
 * Moved ``namedtemplate.*`` from ``zope.formlib`` here as it is more

Modified: zope.app.pagetemplate/trunk/buildout.cfg
===================================================================
--- zope.app.pagetemplate/trunk/buildout.cfg	2009-05-18 19:49:19 UTC (rev 100104)
+++ zope.app.pagetemplate/trunk/buildout.cfg	2009-05-18 19:55:14 UTC (rev 100105)
@@ -1,12 +1,7 @@
 [buildout]
 develop = .
-parts = test importchecker
+parts = test
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.pagetemplate [test]
-
-[importchecker]
-recipe = zc.recipe.egg
-eggs = importchecker
-arguments = "${buildout:directory}/src"

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2009-05-18 19:49:19 UTC (rev 100104)
+++ zope.app.pagetemplate/trunk/setup.py	2009-05-18 19:55:14 UTC (rev 100105)
@@ -4,7 +4,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '3.6.0dev'
+version = '3.6.0'
 
 
 setup(name='zope.app.pagetemplate',

Modified: zope.app.pagetemplate/trunk/src/zope/app/pagetemplate/namedtemplate.py
===================================================================
--- zope.app.pagetemplate/trunk/src/zope/app/pagetemplate/namedtemplate.py	2009-05-18 19:49:19 UTC (rev 100104)
+++ zope.app.pagetemplate/trunk/src/zope/app/pagetemplate/namedtemplate.py	2009-05-18 19:55:14 UTC (rev 100105)
@@ -1,6 +1,7 @@
 ##############################################################################
 #
-# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2005-2009 Zope Corporation and Contributors.
+# All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.



More information about the Checkins mailing list