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 21:53:56 +0800 |
commit | 6c40c743fce1357a64290064d5f093274702a0b2 (patch) | |
tree | 22aeb7d3b6943fcfc061d7272c8c8b181b01ae4d /release.py | |
parent | 47c3bf561bd8fc2c6703ad6baf301ca29d9185e7 (diff) | |
download | gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.tar gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.tar.gz gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.tar.bz2 gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.tar.lz gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.tar.xz gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.tar.zst gsoc2013-empathy-6c40c743fce1357a64290064d5f093274702a0b2.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: |