[Spambayes-checkins] spambayes/spambayes Version.py,1.4,1.5

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Jul 6 18:09:30 EDT 2003


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv25114/spambayes

Modified Files:
	Version.py 
Log Message:
Update changelog and what's new in preparation for a4 release.
(Note that I've reversed the order of the changelog so that the
newest information is at the top.  This will play havoc with this cvs
diff, but is for the better, I think).  The what's new file only has
a3->a4 info, not a2->a3 as well.

Add the windows directory to the manifest, and notesfilter to
setup.py

Update the __version__, and version information in version.py
(I've increased the 'core' version because the incorrect token count
bug could be 'significant', I think.  Feel free to disagree with this!)

Index: Version.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Version.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Version.py	1 Jul 2003 00:58:28 -0000	1.4
--- Version.py	7 Jul 2003 00:09:27 -0000	1.5
***************
*** 6,12 ****
  versions = {
      # Non app specific - changed when "spambayes\*" changes significantly
!     "Version":          0.1,
!     "Description":      "SpamBayes Beta1",
!     "Date":             "May 2003",
      "Full Description": "%(Description)s, version %(Version)s (%(Date)s)",
      # Sub-dict for application specific version strings.
--- 6,12 ----
  versions = {
      # Non app specific - changed when "spambayes\*" changes significantly
!     "Version":          0.2,
!     "Description":      "SpamBayes Beta2",
!     "Date":             "July 2003",
      "Full Description": "%(Description)s, version %(Version)s (%(Date)s)",
      # Sub-dict for application specific version strings.





More information about the Spambayes-checkins mailing list