------------------------------------------------------------
revno: 6783
committer: Barry Warsaw <[email protected]>
branch nick: 3.0
timestamp: Fri 2009-08-21 18:25:17 -0400
message:
Post-release bump of version number.
modified:
docs/NEWS.txt
src/mailman/version.py
--
lp:mailman
https://code.launchpad.net/~mailman-coders/mailman/3.0
Your team Mailman Checkins is subscribed to branch lp:mailman.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/3.0/+edit-subscription.
=== modified file 'docs/NEWS.txt'
--- docs/NEWS.txt 2009-08-21 22:08:52 +0000
+++ docs/NEWS.txt 2009-08-21 22:25:17 +0000
@@ -7,6 +7,11 @@
Here is a history of user visible changes to Mailman.
+3.0 alpha 4 -- "Vital Signs"
+============================
+(20XX-XX-XX)
+
+
3.0 alpha 3 -- "Working Man"
============================
(2009-08-21)
=== modified file 'src/mailman/version.py'
--- src/mailman/version.py 2009-07-01 03:14:26 +0000
+++ src/mailman/version.py 2009-08-21 22:25:17 +0000
@@ -18,8 +18,8 @@
"""Mailman version strings."""
# Mailman version
-VERSION = "3.0.0a3"
-CODENAME = 'Working Man'
+VERSION = "3.0.0a4"
+CODENAME = 'Vital Signs'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -34,7 +34,7 @@
MICRO_REV = 0
REL_LEVEL = ALPHA
# at most 15 beta releases!
-REL_SERIAL = 3
+REL_SERIAL = 4
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org