------------------------------------------------------------ revno: 1001 committer: Mark Sapiro <[EMAIL PROTECTED]> branch nick: 2.2 timestamp: Thu 2008-08-21 14:49:35 -0700 message: Bumping version for 2.2 modified: Mailman/Version.py NEWS
=== modified file 'Mailman/Version.py' --- a/Mailman/Version.py 2008-08-20 00:56:58 +0000 +++ b/Mailman/Version.py 2008-08-21 21:49:35 +0000 @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.11' +VERSION = '2.2.0' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -27,9 +27,9 @@ FINAL = 0xf MAJOR_REV = 2 -MINOR_REV = 1 -MICRO_REV = 11 -REL_LEVEL = FINAL +MINOR_REV = 2 +MICRO_REV = 0 +REL_LEVEL = ALPHA # at most 15 beta releases! REL_SERIAL = 0 === modified file 'NEWS' --- a/NEWS 2008-08-21 21:35:20 +0000 +++ b/NEWS 2008-08-21 21:49:35 +0000 @@ -4,7 +4,7 @@ Here is a history of user visible changes to Mailman. -2.2a0 (xx-xxx-xxxx) +2.2.0a0 (xx-xxx-xxxx) New Features -- Dormant development version (web u/i update) https://code.launchpad.net/~mailman-coders/mailman/2.2 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
