diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-05-18 18:15:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-05-18 18:15:34 +0800 |
commit | cce131dc448057cff3b1dcfae234c976a657a3b0 (patch) | |
tree | c8fdfad705c30a24aaa7825d4cebabfba1449db4 /release.py | |
parent | 075e989ef681922dff7333750591391314a5a29e (diff) | |
download | gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.gz gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.bz2 gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.lz gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.xz gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.zst gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.zip |
Bump version to future 2.27 releases
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 4d3644cb8..967102211 100755 --- a/release.py +++ b/release.py @@ -8,7 +8,7 @@ import datetime from string import Template from optparse import OptionParser -last_tag_patern = 'EMPATHY_2_26*' +last_tag_patern = 'EMPATHY_2_27*' username = 'xclaesse' upload_server = 'master.gnome.org' template = '''\ |