From 78e50173ba79164b041175427357db5fa5bde060 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 28 Feb 2015 08:21:18 -0800 Subject: Bumped branch version to: 2.1.19 --- Mailman/Version.py | 6 +++--- NEWS | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mailman/Version.py b/Mailman/Version.py index 625569b6..7c768223 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.19rc3' +VERSION = '2.1.19' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -29,9 +29,9 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 MICRO_REV = 19 -REL_LEVEL = GAMMA +REL_LEVEL = FINAL # at most 15 beta releases! -REL_SERIAL = 3 +REL_SERIAL = 0 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) diff --git a/NEWS b/NEWS index 59e6c5a9..7c17a888 100755 --- a/NEWS +++ b/NEWS @@ -60,7 +60,7 @@ Here is a history of user visible changes to Mailman. archive to emphasize that even if you got to the message from a subject, date or author index, previous and next are still by thread. -2.1.19 (xx-xxx-2015) +2.1.19 (28-Feb-2015) New Features -- cgit v1.2.3