[z3-checkins] r33698 - z3/sqlos/branch/0.3.x
jinty at codespeak.net
jinty at codespeak.net
Tue Oct 24 21:53:38 CEST 2006
Author: jinty
Date: Tue Oct 24 21:53:33 2006
New Revision: 33698
Removed:
z3/sqlos/branch/0.3.x/setup.cfg
Modified:
z3/sqlos/branch/0.3.x/makefile
z3/sqlos/branch/0.3.x/setup.py
Log:
Update version info
Modified: z3/sqlos/branch/0.3.x/makefile
==============================================================================
--- z3/sqlos/branch/0.3.x/makefile (original)
+++ z3/sqlos/branch/0.3.x/makefile Tue Oct 24 21:53:33 2006
@@ -4,7 +4,7 @@
ZH=${HERE}/../../
PYTHON=python2.4
z3includes=Zope3/zopeskel/etc/package-includes
-Z3BRANCH=trunk
+Z3BRANCH=branches/3.3
all : test clean
Deleted: /z3/sqlos/branch/0.3.x/setup.cfg
==============================================================================
--- /z3/sqlos/branch/0.3.x/setup.cfg Tue Oct 24 21:53:33 2006
+++ (empty file)
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = .svn
-tag_svn_revision = 1
Modified: z3/sqlos/branch/0.3.x/setup.py
==============================================================================
--- z3/sqlos/branch/0.3.x/setup.py (original)
+++ z3/sqlos/branch/0.3.x/setup.py Tue Oct 24 21:53:33 2006
@@ -9,7 +9,7 @@
fiddly details that always seem to take a lot of time.
""",
url='http://codespeak.net/z3/sqlos/',
- version="0.3",
+ version="0.3.0",
license="ZPL",
maintainer="SQLOS development team",
maintainer_email="z3-sqlos at codespeak.net",
More information about the z3-checkins
mailing list