diff options
author | bwarsaw <> | 2006-09-13 14:12:57 +0000 |
---|---|---|
committer | bwarsaw <> | 2006-09-13 14:12:57 +0000 |
commit | 2e7897a076c0e357c9f975ecb7f3dde16b9c5d0d (patch) | |
tree | e3ed2a8d0ad30d6be301727c4c7e7bf1bf731320 | |
parent | 3eaec661b868ed833fb82be13a15383645eb1601 (diff) | |
download | mailman2-2e7897a076c0e357c9f975ecb7f3dde16b9c5d0d.tar.gz mailman2-2e7897a076c0e357c9f975ecb7f3dde16b9c5d0d.tar.xz mailman2-2e7897a076c0e357c9f975ecb7f3dde16b9c5d0d.zip |
Set things up for 2.1.10a0
Diffstat (limited to '')
-rw-r--r-- | Mailman/Version.py | 6 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 96d05c67..d1945302 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = "2.1.9" +VERSION = "2.1.10a0" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -28,8 +28,8 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 -MICRO_REV = 9 -REL_LEVEL = FINAL +MICRO_REV = 10 +REL_LEVEL = ALPHA # at most 15 beta releases! REL_SERIAL = 0 @@ -4,6 +4,8 @@ Copyright (C) 1998-2006 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.10 (XX-XXX-200X) + 2.1.9 (12-Sep-2006) Security |