diff options
author | bwarsaw <> | 2004-05-18 02:15:55 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-05-18 02:15:55 +0000 |
commit | 079d37e2259528cee1bb3bd1535f2199f02513a3 (patch) | |
tree | f1586c278d1f412cfc7ee2212180ac4d17a70acd | |
parent | d1297d1cf44cc230e457e40d2788f5ea5bfe614d (diff) | |
download | mailman2-079d37e2259528cee1bb3bd1535f2199f02513a3.tar.gz mailman2-079d37e2259528cee1bb3bd1535f2199f02513a3.tar.xz mailman2-079d37e2259528cee1bb3bd1535f2199f02513a3.zip |
Set us up for 2.1.6
-rw-r--r-- | Mailman/Version.py | 6 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 22e01f32..535f453f 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Mailman version -VERSION = "2.1.5" +VERSION = "2.1.5+" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -27,8 +27,8 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 -MICRO_REV = 5 -REL_LEVEL = FINAL +MICRO_REV = 6 +REL_LEVEL = ALPHA # at most 15 beta releases! REL_SERIAL = 0 @@ -4,6 +4,10 @@ Copyright (C) 1998-2004 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.6 (XX-XXX-200X) + + - Bugs and patches: 955381 (older Python compatibility). + 2.1.5 (15-May-2004) - The admindb page has a checkbox that allows you to discard all held |