aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-02-28 08:21:18 -0800
committerMark Sapiro <mark@msapiro.net>2015-02-28 08:21:18 -0800
commit78e50173ba79164b041175427357db5fa5bde060 (patch)
treeb24be2e314fab93de0450c71cdf68d6ce0809509
parent113587a587b0b94501377bc461538d017e0f2152 (diff)
downloadmailman2-78e50173ba79164b041175427357db5fa5bde060.tar.gz
mailman2-78e50173ba79164b041175427357db5fa5bde060.tar.xz
mailman2-78e50173ba79164b041175427357db5fa5bde060.zip
Bumped branch version to: 2.1.19
-rw-r--r--Mailman/Version.py6
-rwxr-xr-xNEWS2
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