[z3-checkins] r25815 - z3/www/trunk

jinty at codespeak.net jinty at codespeak.net
Thu Apr 13 21:04:54 CEST 2006


Author: jinty
Date: Thu Apr 13 21:04:53 2006
New Revision: 25815

Modified:
   z3/www/trunk/mkwebsite.py
Log:
Add a quick link to the sqlos 0.2.0 release.

Modified: z3/www/trunk/mkwebsite.py
==============================================================================
--- z3/www/trunk/mkwebsite.py	(original)
+++ z3/www/trunk/mkwebsite.py	Thu Apr 13 21:04:53 2006
@@ -225,6 +225,8 @@
         ('sqlos main', 'index.html'),
         ]
     quick_links = [
+        ('sqlos 0.2.0 release (compatible with SQLObject 0.7)',
+         'http://cheeseshop.python.org/pypi/sqlos/0.2.0'),
         ('sqlos 0.1 release (compatible with SQLObject 0.6)',
          'release/sqlos-0.1.tgz'),
         ('svn (the code)',


More information about the z3-checkins mailing list