Update of /cvsroot/webware/Webware/TaskKit
In directory sc8-pr-cvs1:/tmp/cvs-serv19394/TaskKit
Modified Files:
Properties.py
Log Message:
Incorporated final 0.8 release changes from the Release-0_8-Support branch.
Created RelNotes-X.Y.html files to hold new release notes. These files will
get renamed prior to the next release.
Added bin/setversion.py script to change the version number information
in the Properties.py files, as well as *.html and *.txt.
*.html files version information is updated by searching for a
comment tag surrounding both version and release date and replacing
the version and release date information respectively.
*.txt files are updated matching
:Version:
:Released:
tags at the beginning of the line. This is designed for the
reStructured text documents. Note that reStructured text
HTML files will need to be re-generated after processing.
Properties.py files are updated, replacing the version setting
and releaseDate setting.
Index: Properties.py
===================================================================
RCS file: /cvsroot/webware/Webware/TaskKit/Properties.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Properties.py 11 Feb 2003 05:19:57 -0000 1.16
--- Properties.py 12 Feb 2003 06:28:00 -0000 1.17
***************
*** 1,5 ****
name = 'TaskKit'
! version = (0, 8, 0)
docs = [
--- 1,5 ----
name = 'TaskKit'
! version = ('X', 'Y', 0)
docs = [
|