diff options
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 | ||||
| -rw-r--r-- | src/mailman/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 84b19433a..02ea99eb3 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -10,7 +10,7 @@ Here is a history of user visible changes to Mailman. 3.0 alpha 8 -- "Where's My Thing?" ================================== -(201X-XX-XX) +(2011-09-23) Architecture ------------ diff --git a/src/mailman/version.py b/src/mailman/version.py index 8f76d3157..5e131a260 100644 --- a/src/mailman/version.py +++ b/src/mailman/version.py @@ -18,7 +18,7 @@ """Mailman version strings.""" # Mailman version -VERSION = '3.0.0a7+' +VERSION = '3.0.0a8' CODENAME = "Where's My Thing?" # And as a hex number in the manner of PY_VERSION_HEX |
