[Checkins] SVN: z3c.quickentry/trunk/ Preparing release 0.1
    Michael Howitz 
    mh at gocept.com
       
    Mon Aug 23 02:52:59 EDT 2010
    
    
  
Log message for revision 115880:
  Preparing release 0.1
Changed:
  U   z3c.quickentry/trunk/CHANGES.txt
  U   z3c.quickentry/trunk/setup.py
-=-
Modified: z3c.quickentry/trunk/CHANGES.txt
===================================================================
--- z3c.quickentry/trunk/CHANGES.txt	2010-08-23 06:52:50 UTC (rev 115879)
+++ z3c.quickentry/trunk/CHANGES.txt	2010-08-23 06:52:58 UTC (rev 115880)
@@ -2,7 +2,7 @@
  Changes
 =========
 
-0.1 (unreleased)
+0.1 (2010-08-23)
 ----------------
 
 - Initial public release.
Modified: z3c.quickentry/trunk/setup.py
===================================================================
--- z3c.quickentry/trunk/setup.py	2010-08-23 06:52:50 UTC (rev 115879)
+++ z3c.quickentry/trunk/setup.py	2010-08-23 06:52:58 UTC (rev 115880)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.1dev'
+version = '0.1'
 
 setup(
     name='z3c.quickentry',
    
    
More information about the checkins
mailing list