diff options
| author | Barry Warsaw | 2012-03-23 19:58:32 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-23 19:58:32 -0400 |
| commit | 9e3dd4dec9260651d47b24cd9732f2fa71508561 (patch) | |
| tree | 7215521a4bda3af69c7190e6a0bf88ba3ee0e495 /src | |
| parent | 6c3c05c73a65ed8d8811935d737ed7d8be2fee48 (diff) | |
| download | mailman-9e3dd4dec9260651d47b24cd9732f2fa71508561.tar.gz mailman-9e3dd4dec9260651d47b24cd9732f2fa71508561.tar.zst mailman-9e3dd4dec9260651d47b24cd9732f2fa71508561.zip | |
Diffstat (limited to 'src')
| -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 fa5d1cb90..d3ed65876 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 beta 1 -- "The Twilight Zone" ================================= -(20XX-XX-XX) +(2012-03-23) Architecture ------------ diff --git a/src/mailman/version.py b/src/mailman/version.py index 8f13f8f51..05aa634e4 100644 --- a/src/mailman/version.py +++ b/src/mailman/version.py @@ -18,7 +18,7 @@ """Mailman version strings.""" # Mailman version. -VERSION = '3.0.0a8+' +VERSION = '3.0.0b1' CODENAME = "The Twilight Zone" # And as a hex number in the manner of PY_VERSION_HEX. |
