------------------------------------------------------------ revno: 6660 committer: Barry Warsaw <[email protected]> branch nick: 3.0 timestamp: Sat 2009-01-03 14:16:52 -0500 message: Bump version. modified: docs/NEWS.txt mailman/version.py
=== modified file 'docs/NEWS.txt' --- a/docs/NEWS.txt 2009-01-03 10:32:31 +0000 +++ b/docs/NEWS.txt 2009-01-03 19:16:52 +0000 @@ -4,8 +4,12 @@ Here is a history of user visible changes to Mailman. +3.0 alpha 3 -- "Working Man" +(XX-XXX-200X) + + 3.0 alpha 2 -- "Grand Designs" -(XX-XXX-200X) +(03-Jan-2009) Licensing === modified file 'mailman/version.py' --- a/mailman/version.py 2009-01-01 22:40:46 +0000 +++ b/mailman/version.py 2009-01-03 19:16:52 +0000 @@ -16,8 +16,8 @@ # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. # Mailman version -VERSION = "3.0.0a2" -CODENAME = 'Grand Designs' +VERSION = "3.0.0a3" +CODENAME = 'Working Man' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -32,7 +32,7 @@ MICRO_REV = 0 REL_LEVEL = ALPHA # at most 15 beta releases! -REL_SERIAL = 1 +REL_SERIAL = 3 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) -- Primary development focus https://code.launchpad.net/~mailman-coders/mailman/3.0 You are receiving this branch notification because you are subscribed to it. _______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
