diff options
author | bwarsaw <> | 2006-09-13 03:21:03 +0000 |
---|---|---|
committer | bwarsaw <> | 2006-09-13 03:21:03 +0000 |
commit | 3eaec661b868ed833fb82be13a15383645eb1601 (patch) | |
tree | f2a3fc6c3f110723c6b4218bf7586c07e1494b06 /admin/bin | |
parent | 374e50f91ac9675589a9752322f0a42069ebd9c3 (diff) | |
download | mailman2-3eaec661b868ed833fb82be13a15383645eb1601.tar.gz mailman2-3eaec661b868ed833fb82be13a15383645eb1601.tar.xz mailman2-3eaec661b868ed833fb82be13a15383645eb1601.zip |
Tag as 2.1.9 (final). Also, remove version.ht* since it's redundant.
Diffstat (limited to 'admin/bin')
-rwxr-xr-x | admin/bin/release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/bin/release b/admin/bin/release index 754dca18..9aae5298 100755 --- a/admin/bin/release +++ b/admin/bin/release @@ -32,7 +32,7 @@ from subprocess import Popen, PIPE from urlparse import urlparse -__revision__ = '$Revision: 8006 $' +__revision__ = '$Revision: 8022 $' parts = __revision__.split() if len(parts) == 3: @@ -149,7 +149,7 @@ DATEMARK = '<!-DATE--->' def do_bump(newvers): print 'Doing bump...', - for file in ('index.ht', 'version.ht'): + for file in ('index.ht',): print '\t%s...' % file, fp = open(os.path.join('admin', 'www', file), 'r+') text = fp.read() |