[Spambayes-checkins] spambayes/spambayes Version.py, 1.31.4.1, 1.31.4.2 __init__.py, 1.11.4.1, 1.11.4.2

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Jul 9 01:51:27 CEST 2004


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16386/spambayes

Modified Files:
      Tag: release_1_0-branch
	Version.py __init__.py 
Log Message:
Prepare for 1.0 (final).

(I wonder whether all the version numbers in Version.py should be bumped to 1.0,
but I'm not sure so I'll leave it alone and check with Mark later.  I gather we're still
planning to revamp this file in the future, anyway).

Index: Version.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Version.py,v
retrieving revision 1.31.4.1
retrieving revision 1.31.4.2
diff -C2 -d -r1.31.4.1 -r1.31.4.2
*** Version.py	23 Jun 2004 23:47:40 -0000	1.31.4.1
--- Version.py	8 Jul 2004 23:51:24 -0000	1.31.4.2
***************
*** 38,50 ****
              # "description" strings below - they just need to increment
              # so automated version checking works.
!             # 0.99 indicates '1.0b/rc/' so will go 0.992 etc, until a real
!             # 1.0, which can get 1.0 :)
!             "Version":          0.993,
!             "BinaryVersion":    0.993,
              "Description":      "SpamBayes Outlook Addin",
!             "Date":             "June 2004",
!             "Full Description": "%(Description)s Version 1.0rc2 (%(Date)s)",
              "Full Description Binary":
!                                 "%(Description)s Binary Version 1.0rc2 (%(Date)s)",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
--- 38,48 ----
              # "description" strings below - they just need to increment
              # so automated version checking works.
!             "Version":          1.0,
!             "BinaryVersion":    1.0,
              "Description":      "SpamBayes Outlook Addin",
!             "Date":             "July 2004",
!             "Full Description": "%(Description)s Version 1.0 (%(Date)s)",
              "Full Description Binary":
!                                 "%(Description)s Binary Version 1.0 (%(Date)s)",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
***************
*** 55,65 ****
              # Note these version numbers also currently don't appear in the
              # "description" strings below - see above
!             "Version":          0.6,
!             "BinaryVersion":    0.6,
              "Description":      "SpamBayes POP3 Proxy",
!             "Date":             "June 2004",
!             "Full Description": """%(Description)s Version 1.0rc2 (%(Date)s)""",
              "Full Description Binary":
!                                 """%(Description)s Binary Version 1.0rc2 (%(Date)s)""",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.
--- 53,63 ----
              # Note these version numbers also currently don't appear in the
              # "description" strings below - see above
!             "Version":          1.0,
!             "BinaryVersion":    1.0,
              "Description":      "SpamBayes POP3 Proxy",
!             "Date":             "July 2004",
!             "Full Description": """%(Description)s Version 1.0 (%(Date)s)""",
              "Full Description Binary":
!                                 """%(Description)s Binary Version 1.0 (%(Date)s)""",
              # Note this means we can change the download page later, and old
              # versions will still go to the new page.

Index: __init__.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/__init__.py,v
retrieving revision 1.11.4.1
retrieving revision 1.11.4.2
diff -C2 -d -r1.11.4.1 -r1.11.4.2
*** __init__.py	23 Jun 2004 23:47:43 -0000	1.11.4.1
--- __init__.py	8 Jul 2004 23:51:24 -0000	1.11.4.2
***************
*** 1,3 ****
  # package marker.
  
! __version__ = '1.0rc2'
--- 1,3 ----
  # package marker.
  
! __version__ = '1.0'



More information about the Spambayes-checkins mailing list