[Checkins] SVN: grokcore.chameleon/trunk/ Preparing release 1.0.2

Jan Wijbrand Kolman cvs-admin at zope.org
Mon May 7 15:46:32 UTC 2012


Log message for revision 125686:
  Preparing release 1.0.2

Changed:
  U   grokcore.chameleon/trunk/CHANGES.txt
  U   grokcore.chameleon/trunk/setup.py

-=-
Modified: grokcore.chameleon/trunk/CHANGES.txt
===================================================================
--- grokcore.chameleon/trunk/CHANGES.txt	2012-05-07 15:29:12 UTC (rev 125685)
+++ grokcore.chameleon/trunk/CHANGES.txt	2012-05-07 15:46:28 UTC (rev 125686)
@@ -1,12 +1,13 @@
 CHANGES
 *******
 
-1.0.2 (unreleased)
+1.0.2 (2012-05-07)
 ==================
 
-- Nothing changed yet.
+- With not using the z3c.pt PageTemplateFile baseclass, the behaviour of
+  finding the template file relative to the module was lost. This has been
+  fixed.
 
-
 1.0.1 (2012-05-03)
 ==================
 

Modified: grokcore.chameleon/trunk/setup.py
===================================================================
--- grokcore.chameleon/trunk/setup.py	2012-05-07 15:29:12 UTC (rev 125685)
+++ grokcore.chameleon/trunk/setup.py	2012-05-07 15:46:28 UTC (rev 125686)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '1.0.2.dev0'
+version = '1.0.2'
 
 install_requires = [
     'Chameleon >= 2.8.4',



More information about the checkins mailing list