diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-26 17:58:40 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-26 17:58:40 +0800 |
commit | d5094b86de3f91cffa950b9456c418ce4d12fd26 (patch) | |
tree | c28e1dbbd01a1c924cc439c7793517309f4aa445 | |
parent | e13bdb2c17b2915ab29bc74de5a7584aca4fc471 (diff) | |
download | gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.tar gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.tar.gz gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.tar.bz2 gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.tar.lz gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.tar.xz gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.tar.zst gsoc2013-empathy-d5094b86de3f91cffa950b9456c418ce4d12fd26.zip |
release.py: update last_tag_pattern
-rwxr-xr-x | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py index 1821aa32f..0a4d2675c 100755 --- a/release.py +++ b/release.py @@ -9,7 +9,7 @@ import time from string import Template from optparse import OptionParser -last_tag_pattern = 'EMPATHY_3_1*' +last_tag_pattern = 'EMPATHY_3_2*' upload_server = 'master.gnome.org' template = '''\ $name $version is now available for download from: |