diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-02-28 08:21:18 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-02-28 08:21:18 -0800 |
commit | 78e50173ba79164b041175427357db5fa5bde060 (patch) | |
tree | b24be2e314fab93de0450c71cdf68d6ce0809509 | |
parent | 113587a587b0b94501377bc461538d017e0f2152 (diff) | |
download | mailman2-78e50173ba79164b041175427357db5fa5bde060.tar.gz mailman2-78e50173ba79164b041175427357db5fa5bde060.tar.xz mailman2-78e50173ba79164b041175427357db5fa5bde060.zip |
Bumped branch version to: 2.1.19
-rw-r--r-- | Mailman/Version.py | 6 | ||||
-rwxr-xr-x | 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)) @@ -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 |