[Checkins] SVN: zc.table/tags/0.7.0/ set version number for release

Fred L. Drake, Jr. fdrake at gmail.com
Wed May 21 00:00:46 EDT 2008


Log message for revision 86870:
  set version number for release

Changed:
  U   zc.table/tags/0.7.0/CHANGES.txt
  U   zc.table/tags/0.7.0/setup.py

-=-
Modified: zc.table/tags/0.7.0/CHANGES.txt
===================================================================
--- zc.table/tags/0.7.0/CHANGES.txt	2008-05-21 03:59:04 UTC (rev 86869)
+++ zc.table/tags/0.7.0/CHANGES.txt	2008-05-21 04:00:46 UTC (rev 86870)
@@ -2,8 +2,8 @@
 zc.table changes
 ================
 
-0.7 (2008-05-20)
-----------------
+0.7.0 (2008-05-20)
+------------------
 
 - Fixed HTML-encoding of cell contents for ``GetterColumn``.
 

Modified: zc.table/tags/0.7.0/setup.py
===================================================================
--- zc.table/tags/0.7.0/setup.py	2008-05-21 03:59:04 UTC (rev 86869)
+++ zc.table/tags/0.7.0/setup.py	2008-05-21 04:00:46 UTC (rev 86870)
@@ -2,7 +2,7 @@
 
 setup(
     name="zc.table",
-    version="0.7dev",
+    version="0.7.0",
     install_requires=[
         'setuptools',
         'zc.resourcelibrary >= 0.6',



More information about the Checkins mailing list