From 079d37e2259528cee1bb3bd1535f2199f02513a3 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Tue, 18 May 2004 02:15:55 +0000 Subject: Set us up for 2.1.6 --- Mailman/Version.py | 6 +++--- 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 diff --git a/NEWS b/NEWS index aea44f46..9e1a910e 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3