diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-30 23:37:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-30 23:37:06 +0800 |
commit | 01dbc394d6249e2517850e38fdc805d1a8eddaa8 (patch) | |
tree | 70730ea183dc3b02d35b792df42e491df76729ab /release.py | |
parent | 8b66333ace95cb356140b2c31f4b8d9f83a69162 (diff) | |
download | gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.tar gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.tar.gz gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.tar.bz2 gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.tar.lz gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.tar.xz gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.tar.zst gsoc2013-empathy-01dbc394d6249e2517850e38fdc805d1a8eddaa8.zip |
remove released flag and update release.py
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 bfa71e6ed..9e668346b 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_4*' +last_tag_pattern = 'EMPATHY_3_5*' upload_server = 'master.gnome.org' template = '''\ $name $version is now available for download from: |