Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv11661
Modified Files:
CHANGES setup.py
Log Message:
Release 0.9pre15
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CHANGES 13 Sep 2003 13:01:02 -0000 1.16
--- CHANGES 13 Sep 2003 14:54:02 -0000 1.17
***************
*** 3,10 ****
Module Modeling
---------------
! Current release is: 0.9-pre-14 / See also: TODO, INSTALL and doc/
* ** Distributed under the GNU General Public License **
--------------------------------------------------------
* Fixed bug #804756: EditingContext.insertObject() appeared to be really
--- 3,13 ----
Module Modeling
---------------
! Current release is: 0.9-pre-15 / See also: TODO, INSTALL and doc/
* ** Distributed under the GNU General Public License **
--------------------------------------------------------
+
+ 0.9-pre-15 (2003/09/13)
+ -----------------------
* Fixed bug #804756: EditingContext.insertObject() appeared to be really
Index: setup.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/setup.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** setup.py 31 Aug 2003 15:29:12 -0000 1.33
--- setup.py 13 Sep 2003 14:54:02 -0000 1.34
***************
*** 46,50 ****
setup(name="ModelingCore",
! version="0.9-pre-14",
licence ="GNU General Public License",
description=short_description,
--- 46,50 ----
setup(name="ModelingCore",
! version="0.9-pre-15",
licence ="GNU General Public License",
description=short_description,
|