[Checkins] SVN: z3c.table/trunk/ Preparing release 0.7.0

Michael Howitz mh at gocept.com
Tue Dec 29 05:09:08 EST 2009


Log message for revision 107241:
  Preparing release 0.7.0

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

-=-
Modified: z3c.table/trunk/CHANGES.txt
===================================================================
--- z3c.table/trunk/CHANGES.txt	2009-12-29 09:56:04 UTC (rev 107240)
+++ z3c.table/trunk/CHANGES.txt	2009-12-29 10:09:08 UTC (rev 107241)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-Version 0.6.2dev (unreleased)
------------------------------
+0.7.0 (2009-12-29)
+------------------
 
 - Allow to initialze the column definitions without requiring an
   entire table update.
@@ -13,15 +13,15 @@
 
 - Head cell contents are now translated.
 
-Version 0.6.1 (2009-02-22)
---------------------------
+0.6.1 (2009-02-22)
+------------------
 
 - Be smart to not ``IPhysicallyLocatable`` objects if we lookup the
   ``__name__`` value in columns.
 
 
-Version 0.6.0 (2008-11-12)
---------------------------
+0.6.0 (2008-11-12)
+------------------
 
 - Bugfix: Allow to switch the sort order on the header link. This was
   blocked to descending after the first click
@@ -50,7 +50,7 @@
   list. Use always the first selectedItems form the tables selectedItems
 
 
-Version 0.5.0 (2008-04-13)
---------------------------
+0.5.0 (2008-04-13)
+------------------
 
-- Initial Release
+- Initial Release.

Modified: z3c.table/trunk/setup.py
===================================================================
--- z3c.table/trunk/setup.py	2009-12-29 09:56:04 UTC (rev 107240)
+++ z3c.table/trunk/setup.py	2009-12-29 10:09:08 UTC (rev 107241)
@@ -23,16 +23,13 @@
 
 setup (
     name='z3c.table',
-    version='0.6.2dev',
+    version = '0.7.0',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "Modular table rendering implementation for Zope3",
     long_description=(
         read('README.txt')
         + '\n\n' +
-        'Detailed Documentation\n'
-        '**********************\n'
-        + '\n\n' +
         read('src', 'z3c', 'table', 'README.txt')
         + '\n\n' +
         read('src', 'z3c', 'table', 'column.txt')



More information about the checkins mailing list