[Checkins] SVN: z3ext.formatter/trunk/ vb

Nikolay Kim fafhrd at datacom.kz
Sun Nov 23 17:08:41 EST 2008


Log message for revision 93287:
  vb

Changed:
  U   z3ext.formatter/trunk/CHANGES.txt
  U   z3ext.formatter/trunk/setup.py

-=-
Modified: z3ext.formatter/trunk/CHANGES.txt
===================================================================
--- z3ext.formatter/trunk/CHANGES.txt	2008-11-23 21:09:38 UTC (rev 93286)
+++ z3ext.formatter/trunk/CHANGES.txt	2008-11-23 22:08:40 UTC (rev 93287)
@@ -2,11 +2,12 @@
 CHANGES
 =======
 
-1.2.5 (2008-11-??)
+1.2.5 (2008-11-23)
 ------------------
 
 - z3ext.controlpanel is optional
 
+- Added buildout for testing against zope3.4
 
 1.2.4 (2008-10-21)
 ------------------

Modified: z3ext.formatter/trunk/setup.py
===================================================================
--- z3ext.formatter/trunk/setup.py	2008-11-23 21:09:38 UTC (rev 93286)
+++ z3ext.formatter/trunk/setup.py	2008-11-23 22:08:40 UTC (rev 93287)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.5dev'
+version = '1.2.6dev'
 
 
 setup(name='z3ext.formatter',



More information about the Checkins mailing list