[Modeling-cvs] NotificationFramework setup.py,1.11,1.12 vertoo.data,1.3,1.4
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2004-02-02 21:42:41
|
Update of /cvsroot/modeling/NotificationFramework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10343 Modified Files: setup.py vertoo.data Log Message: Release 0.6.1 Index: setup.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/setup.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** setup.py 1 Feb 2004 12:58:56 -0000 1.11 --- setup.py 2 Feb 2004 21:40:34 -0000 1.12 *************** *** 32,36 **** """ from distutils.core import setup ! import glob, os # Instruction for PyPi found at: --- 32,36 ---- """ from distutils.core import setup ! import glob, os, sys # Instruction for PyPi found at: *************** *** 60,64 **** setup(name="NotificationFramework", ! version="0.6", license ="GNU General Public License", description=short_description, --- 60,64 ---- setup(name="NotificationFramework", ! version="0.6.1", license ="GNU General Public License", description=short_description, Index: vertoo.data =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/vertoo.data,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** vertoo.data 1 Feb 2004 12:38:38 -0000 1.3 --- vertoo.data 2 Feb 2004 21:40:34 -0000 1.4 *************** *** 1 **** ! notification-framework = major:0; minor:6; release:x; --- 1 ---- ! notification-framework = major:0; minor:6; release:1; \ No newline at end of file |