aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Version.py4
-rwxr-xr-xNEWS2
2 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 1df71cdd..8897164f 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.16'
+VERSION = '2.1.17'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -28,7 +28,7 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
-MICRO_REV = 16
+MICRO_REV = 17
REL_LEVEL = FINAL
# at most 15 beta releases!
REL_SERIAL = 0
diff --git a/NEWS b/NEWS
index af4ff973..0b939972 100755
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 1998-2011 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.17 (xx-xxx-xxxx)
+2.1.17 (23-Nov-2013)
New Features