[Modeling-cvs] ProjectModeling setup.py,1.30,1.31 CHANGES,1.5,1.6
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-10 21:14:52
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv12205 Modified Files: setup.py CHANGES Log Message: Release 0.9pre13 Index: setup.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/setup.py,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** setup.py 3 Aug 2003 14:04:11 -0000 1.30 --- setup.py 10 Aug 2003 21:14:49 -0000 1.31 *************** *** 46,50 **** setup(name="ModelingCore", ! version="0.9-pre-12", licence ="GNU General Public License", description=short_description, --- 46,50 ---- setup(name="ModelingCore", ! version="0.9-pre-13", licence ="GNU General Public License", description=short_description, Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CHANGES 10 Aug 2003 16:21:44 -0000 1.5 --- CHANGES 10 Aug 2003 21:14:49 -0000 1.6 *************** *** 3,10 **** Module Modeling --------------- ! Current release is: 0.9-pre-12 / See also: TODO, INSTALL and doc/ * ** Distributed under the GNU General Public License ** -------------------------------------------------------- * Fixed bug #785913: "LIKE qualifier w/ raw '%' and '_' characters does not --- 3,15 ---- Module Modeling --------------- ! Current release is: 0.9-pre-13 / See also: TODO, INSTALL and doc/ * ** Distributed under the GNU General Public License ** -------------------------------------------------------- + + 0.9-pre-13 (2003/08/10) + ----------------------- + + * Added an installation guide * Fixed bug #785913: "LIKE qualifier w/ raw '%' and '_' characters does not |