[Checkins] SVN: megrok.chameleon/trunk/ reflect the RC-ness of z3c.pt and Chameleon in the version number for megrok.chameleon

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 19 08:49:44 EDT 2011


Log message for revision 121741:
  reflect the RC-ness of z3c.pt and Chameleon in the version number for megrok.chameleon

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

-=-
Modified: megrok.chameleon/trunk/CHANGES.txt
===================================================================
--- megrok.chameleon/trunk/CHANGES.txt	2011-05-19 12:45:39 UTC (rev 121740)
+++ megrok.chameleon/trunk/CHANGES.txt	2011-05-19 12:49:44 UTC (rev 121741)
@@ -1,8 +1,8 @@
 CHANGES
 *******
 
-1.0.0 (unreleased)
-==================
+1.0-rc1 (unreleased)
+====================
 
 * Depend on the Chameleon 2.0 line.
 

Modified: megrok.chameleon/trunk/buildout.cfg
===================================================================
--- megrok.chameleon/trunk/buildout.cfg	2011-05-19 12:45:39 UTC (rev 121740)
+++ megrok.chameleon/trunk/buildout.cfg	2011-05-19 12:49:44 UTC (rev 121741)
@@ -6,7 +6,7 @@
 extensions = buildout.dumppickedversions
 
 [versions]
-Chameleon = 2.0-rc8
+Chameleon = 2.0-rc9
 ordereddict = 1.1
 unittest2 = 0.5.1
 z3c.pt = 2.0-rc1

Modified: megrok.chameleon/trunk/setup.py
===================================================================
--- megrok.chameleon/trunk/setup.py	2011-05-19 12:45:39 UTC (rev 121740)
+++ megrok.chameleon/trunk/setup.py	2011-05-19 12:49:44 UTC (rev 121741)
@@ -1,7 +1,7 @@
 import os
 from setuptools import setup, find_packages
 
-version = '1.0.0dev'
+version = '1.0r-c1'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list