aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Version.py4
-rw-r--r--NEWS2
2 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index d26c157e..091e0c54 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.21rc1'
+VERSION = '2.1.21rc2'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -31,7 +31,7 @@ MINOR_REV = 1
MICRO_REV = 21
REL_LEVEL = GAMMA
# at most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = 2
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
diff --git a/NEWS b/NEWS
index 235385d7..dafd51fc 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 1998-2016 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.21rc1 (03-Feb-2016)
+2.1.21rc2 (05-Feb-2016)
New Features