[Checkins] SVN: z3c.batching/trunk/ Prepare for release

Christophe Combelles ccomb at free.fr
Sun Oct 12 10:45:54 EDT 2008


Log message for revision 92077:
  Prepare for release
  

Changed:
  U   z3c.batching/trunk/CHANGES.txt
  U   z3c.batching/trunk/setup.py

-=-
Modified: z3c.batching/trunk/CHANGES.txt
===================================================================
--- z3c.batching/trunk/CHANGES.txt	2008-10-12 14:44:15 UTC (rev 92076)
+++ z3c.batching/trunk/CHANGES.txt	2008-10-12 14:45:53 UTC (rev 92077)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.1.0 (unreleased)
+1.1.0 (2008-11-12)
 ------------------
 
 - Added a function to build a small neighbourhood list of the current batch,

Modified: z3c.batching/trunk/setup.py
===================================================================
--- z3c.batching/trunk/setup.py	2008-10-12 14:44:15 UTC (rev 92076)
+++ z3c.batching/trunk/setup.py	2008-10-12 14:45:53 UTC (rev 92077)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.batching',
-      version = '1.1.0dev',
+      version = '1.1.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Batching',



More information about the Checkins mailing list