[Checkins] SVN: z3c.baseregistry/trunk/ Preparing release 1.3.0
    Adam Groszer 
    agroszer at gmail.com
       
    Thu Oct 28 09:40:16 EDT 2010
    
    
  
Log message for revision 118008:
  Preparing release 1.3.0
Changed:
  U   z3c.baseregistry/trunk/CHANGES.txt
  U   z3c.baseregistry/trunk/setup.py
-=-
Modified: z3c.baseregistry/trunk/CHANGES.txt
===================================================================
--- z3c.baseregistry/trunk/CHANGES.txt	2010-10-28 13:39:39 UTC (rev 118007)
+++ z3c.baseregistry/trunk/CHANGES.txt	2010-10-28 13:40:16 UTC (rev 118008)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.3.0 (unreleased)
+1.3.0 (2010-10-28)
 ------------------
 
 - *Fundamental change* in the way how baseregistry hooks into ZCA.
Modified: z3c.baseregistry/trunk/setup.py
===================================================================
--- z3c.baseregistry/trunk/setup.py	2010-10-28 13:39:39 UTC (rev 118007)
+++ z3c.baseregistry/trunk/setup.py	2010-10-28 13:40:16 UTC (rev 118008)
@@ -23,7 +23,7 @@
 
 setup (
     name = "z3c.baseregistry",
-    version = "1.2.1dev",
+    version='1.3.0',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "Manage IComponents instances using Python code and ZCML.",
    
    
More information about the checkins
mailing list