summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2008-04-08 22:14:53 -0400
committerBarry Warsaw2008-04-08 22:14:53 -0400
commit668d9707d7cd8aeca75104c62e3842dd8231acbc (patch)
treebc1d8e15c838c73111b16b41f48646827a8791f7
parenta868261c4fea9fdd25fe4b19ee3a09c32b067a2b (diff)
downloadmailman-668d9707d7cd8aeca75104c62e3842dd8231acbc.tar.gz
mailman-668d9707d7cd8aeca75104c62e3842dd8231acbc.tar.zst
mailman-668d9707d7cd8aeca75104c62e3842dd8231acbc.zip
Bump the version number
-rw-r--r--docs/NEWS.txt6
-rw-r--r--mailman/version.py4
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index e4be562ed..276d2e136 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -4,8 +4,12 @@ Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+3.0 alpha 2 -- "Grand Designs"
+(XX-XXX-200X)
+
+
3.0 alpha 1 -- "Leave That Thing Alone"
-(02-Apr-2008)
+(08-Apr-2008)
User visible changes
diff --git a/mailman/version.py b/mailman/version.py
index 6a0cfa642..e8798a35a 100644
--- a/mailman/version.py
+++ b/mailman/version.py
@@ -16,8 +16,8 @@
# USA.
# Mailman version
-VERSION = "3.0.0a1"
-CODENAME = 'Leave That Thing Alone'
+VERSION = "3.0.0a1+"
+CODENAME = 'Grand Designs'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa