[z3-checkins] r25756 - z3/sqlos/branch/0.2

jinty at codespeak.net jinty at codespeak.net
Thu Apr 13 01:42:01 CEST 2006


Author: jinty
Date: Thu Apr 13 01:41:59 2006
New Revision: 25756

Removed:
   z3/sqlos/branch/0.2/setup.cfg
Modified:
   z3/sqlos/branch/0.2/makefile
   z3/sqlos/branch/0.2/setup.py
Log:
Mark 0.2 as a release.

Modified: z3/sqlos/branch/0.2/makefile
==============================================================================
--- z3/sqlos/branch/0.2/makefile	(original)
+++ z3/sqlos/branch/0.2/makefile	Thu Apr 13 01:41:59 2006
@@ -4,7 +4,7 @@
 ZH=${HERE}/../../
 PYTHON=python2.4
 z3includes=Zope3/zopeskel/etc/package-includes
-Z3BRANCH=trunk
+Z3BRANCH=branches/0,2
 
 all : test clean
 

Deleted: /z3/sqlos/branch/0.2/setup.cfg
==============================================================================
--- /z3/sqlos/branch/0.2/setup.cfg	Thu Apr 13 01:41:59 2006
+++ (empty file)
@@ -1,2 +0,0 @@
-[egg-info]
-tag_svn_revision = 1

Modified: z3/sqlos/branch/0.2/setup.py
==============================================================================
--- z3/sqlos/branch/0.2/setup.py	(original)
+++ z3/sqlos/branch/0.2/setup.py	Thu Apr 13 01:41:59 2006
@@ -3,7 +3,7 @@
 setup(
     name="sqlos",
     description="an integration package for Zope3 and SQLObject",
-    version="0.1",
+    version="0.2",
     license="ZPL",
     package_dir={'':'src'},
     packages=find_packages('src'),


More information about the z3-checkins mailing list