diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 19:00:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 22:12:50 +0800 |
commit | 4fca76dda02cb3dde2c0ae4b14895fdb3381acbc (patch) | |
tree | 63e09c8a1d699d756805738c221a31991af7a8aa /release.py | |
parent | 2283d55ce9a4cbb3076ce9ae2e95ba70239ca782 (diff) | |
download | gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.tar gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.tar.gz gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.tar.bz2 gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.tar.lz gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.tar.xz gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.tar.zst gsoc2013-empathy-4fca76dda02cb3dde2c0ae4b14895fdb3381acbc.zip |
release.py: update last_tag_pattern
Diffstat (limited to 'release.py')
-rwxr-xr-x | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py index 98dd24a1a..3723697b6 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_2_31*' +last_tag_pattern = 'EMPATHY_2_32*' upload_server = 'master.gnome.org' template = '''\ $name $version is now available for download from: |