diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-26 21:48:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-26 21:48:51 +0800 |
commit | f4e8098552512199ab2a1f6009e8cd6d15baa11d (patch) | |
tree | ebf2df3fc27837e6b3d22e54f87875b5867af8ce /release.py | |
parent | 48bc69f502a335a8f69bb37994f719e3483bc3cb (diff) | |
download | gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.tar gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.tar.gz gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.tar.bz2 gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.tar.lz gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.tar.xz gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.tar.zst gsoc2013-empathy-f4e8098552512199ab2a1f6009e8cd6d15baa11d.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 5d5dc6262..bfa71e6ed 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_3*' +last_tag_pattern = 'EMPATHY_3_4*' upload_server = 'master.gnome.org' template = '''\ $name $version is now available for download from: |