aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Mailman/Version.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 9ac4c9da..d8d69edc 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Mailman version
-VERSION = "2.1.6"
+VERSION = "2.1.7a0"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -27,8 +27,8 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
-MICRO_REV = 6
-REL_LEVEL = FINAL
+MICRO_REV = 7
+REL_LEVEL = ALPHA
# at most 15 beta releases!
REL_SERIAL = 0