SF.net SVN: spambayes:[3267] trunk/spambayes

[email protected] Fri, 02 Apr 2010 02:22:46 +0000
Newsgroups gmane.mail.spam.spambayes.cvs
Message-ID <[email protected]>
Revision: 3267
          http://spambayes.svn.sourceforge.net/spambayes/?rev=3267&view=rev
Author:   montanaro
Date:     2010-04-02 02:22:46 +0000 (Fri, 02 Apr 2010)

Log Message:
-----------
still on alpha - I was jumping the gun on beta :-)

Modified Paths:
--------------
    trunk/spambayes/CHANGELOG.txt
    trunk/spambayes/spambayes/__init__.py

Modified: trunk/spambayes/CHANGELOG.txt
===================================================================
--- trunk/spambayes/CHANGELOG.txt	2010-04-02 02:21:52 UTC (rev 3266)
+++ trunk/spambayes/CHANGELOG.txt	2010-04-02 02:22:46 UTC (rev 3267)
@@ -1,6 +1,6 @@
 [Note that all dates are in ISO 8601 format, e.g. YYYY-MM-DD to ease sorting]
 
-Release 1.1b1
+Release 1.1a6
 =============
 
 Skip Montanaro    2008-12-06  Start requiring Python >= 2.4.

Modified: trunk/spambayes/spambayes/__init__.py
===================================================================
--- trunk/spambayes/spambayes/__init__.py	2010-04-02 02:21:52 UTC (rev 3266)
+++ trunk/spambayes/spambayes/__init__.py	2010-04-02 02:22:46 UTC (rev 3267)
@@ -1,4 +1,4 @@
 # package marker.
 
-__version__ = "1.1b2"
+__version__ = "1.1a6"
 __date__ = "April 1, 2010"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.