[Checkins] SVN: megrok.chameleon/trunk/ add a note about the future of this package now that it has been renamed to grokcore.chameleon

Jan-Wijbrand Kolman janwijbrand at gmail.com
Fri Jul 15 08:31:20 EDT 2011


Log message for revision 122267:
  add a note about the future of this package now that it has been renamed to grokcore.chameleon

Changed:
  U   megrok.chameleon/trunk/CHANGES.txt
  U   megrok.chameleon/trunk/README.txt
  U   megrok.chameleon/trunk/setup.py

-=-
Modified: megrok.chameleon/trunk/CHANGES.txt
===================================================================
--- megrok.chameleon/trunk/CHANGES.txt	2011-07-15 12:29:28 UTC (rev 122266)
+++ megrok.chameleon/trunk/CHANGES.txt	2011-07-15 12:31:20 UTC (rev 122267)
@@ -1,12 +1,12 @@
 CHANGES
 *******
 
-1.0rc3 (unreleased)
-===================
+.. NOTE::
+   megrok.chameleon has been promoted to grokcore.chameleon and will be a part
+   of the Grok from the upcomming Grok release on. The grokcore.chameleon
+   package can already be included in your own projects in the meantime. This
+   means this package most likely will not see any further updates.
 
-- Nothing changed yet.
-
-
 1.0rc2 (2011-07-13)
 ===================
 

Modified: megrok.chameleon/trunk/README.txt
===================================================================
--- megrok.chameleon/trunk/README.txt	2011-07-15 12:29:28 UTC (rev 122266)
+++ megrok.chameleon/trunk/README.txt	2011-07-15 12:31:20 UTC (rev 122267)
@@ -2,6 +2,12 @@
 megrok.chameleon
 ================
 
+.. NOTE::
+   megrok.chameleon has been promoted to grokcore.chameleon and will be a part
+   of the Grok from the upcomming Grok release on. The grokcore.chameleon
+   package can already be included in your own projects in the meantime. This
+   means this package most likely will not see any further updates.
+
 `megrok.chameleon` makes it possible to use Chameleon page templates in Grok.
 For more information on Grok and Chameleon page templates see:
 

Modified: megrok.chameleon/trunk/setup.py
===================================================================
--- megrok.chameleon/trunk/setup.py	2011-07-15 12:29:28 UTC (rev 122266)
+++ megrok.chameleon/trunk/setup.py	2011-07-15 12:31:20 UTC (rev 122267)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '1.0rc3dev'
+version = '1.0rc2'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list