[Checkins] SVN: plone.z3cform/trunk/ prep for release
    David Glick 
    davidglick at onenw.org
       
    Thu Aug  5 01:12:09 EDT 2010
    
    
  
Log message for revision 115461:
  prep for release
Changed:
  U   plone.z3cform/trunk/docs/HISTORY.txt
  U   plone.z3cform/trunk/setup.py
-=-
Modified: plone.z3cform/trunk/docs/HISTORY.txt
===================================================================
--- plone.z3cform/trunk/docs/HISTORY.txt	2010-08-05 05:04:45 UTC (rev 115460)
+++ plone.z3cform/trunk/docs/HISTORY.txt	2010-08-05 05:12:08 UTC (rev 115461)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-0.6.1 - unreleased
+0.7.0 - 2010-08-04
 ------------------
 
 * Add a marker interface which can be used by widgets to defer any security
Modified: plone.z3cform/trunk/setup.py
===================================================================
--- plone.z3cform/trunk/setup.py	2010-08-05 05:04:45 UTC (rev 115460)
+++ plone.z3cform/trunk/setup.py	2010-08-05 05:12:08 UTC (rev 115461)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.6.1dev'
+version = '0.7.0'
 
 
 def description():
    
    
More information about the checkins
mailing list