diff options
| author | Barry Warsaw | 2014-04-22 19:48:07 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-04-22 19:48:07 -0400 |
| commit | 7536530dcd8d6303c0a869e8c9c2cb2517b9b018 (patch) | |
| tree | 7face6a064318170c6a1a61b0dbc5ae44ac4815b | |
| parent | 2a941c3a420e65ed69d63a6b5031e56d8392aef0 (diff) | |
| download | mailman-7536530dcd8d6303c0a869e8c9c2cb2517b9b018.tar.gz mailman-7536530dcd8d6303c0a869e8c9c2cb2517b9b018.tar.zst mailman-7536530dcd8d6303c0a869e8c9c2cb2517b9b018.zip | |
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 5 | ||||
| -rw-r--r-- | src/mailman/version.py | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 4ee66a991..c71dbb592 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -8,6 +8,11 @@ Copyright (C) 1998-2014 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +3.0 beta 5 -- "Carve Away The Stone" +==================================== +(2014-XX-XX) + + 3.0 beta 4 -- "Time and Motion" =============================== (2014-04-22) diff --git a/src/mailman/version.py b/src/mailman/version.py index eb74e0617..543120f2b 100644 --- a/src/mailman/version.py +++ b/src/mailman/version.py @@ -18,8 +18,8 @@ """Mailman version strings.""" # Mailman version. -VERSION = '3.0.0b4' -CODENAME = 'Time and Motion' +VERSION = '3.0.0b4+' +CODENAME = 'Carve Away The Stone' # And as a hex number in the manner of PY_VERSION_HEX. ALPHA = 0xa @@ -34,7 +34,7 @@ MINOR_REV = 0 MICRO_REV = 0 REL_LEVEL = BETA # At most 15 beta releases! -REL_SERIAL = 4 +REL_SERIAL = 5 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) |
