diff options
author | Tails developers <tails@boum.org> | 2013-05-03 15:29:05 +0200 |
---|---|---|
committer | Tails developers <tails@boum.org> | 2013-05-03 15:29:05 +0200 |
commit | 74a2c3d2b07fe9a400492b876a00d348fa109619 (patch) | |
tree | 7e180b5a1d8d0e297e4018105c020e8ab5a0c112 | |
parent | 350d0158480749bca000a51dc16fe89851ed3bb7 (diff) |
Update version to 1.6.71.6.7
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/whisperback.desktop | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | doc/whisperback.t2t | 2 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | whisperBack/gui.py | 2 |
6 files changed, 18 insertions, 4 deletions
@@ -376,3 +376,10 @@ Minor improvements Russian. * New translations: Finnish, Chinese. * Stop listing PO and MO files in MANIFEST. + +1.6.7 +===== + + * New translation: Swedish. + * Update translations for many more languages. + diff --git a/data/whisperback.desktop b/data/whisperback.desktop index af5e2d3..02358d9 100644 --- a/data/whisperback.desktop +++ b/data/whisperback.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.6.6 +Version=1.6.7 Name=WhisperBack Comment=Send feedback via encrypted e-mail Type=Application diff --git a/debian/changelog b/debian/changelog index b5a4ec6..d4574c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +whisperback (1.6.7) devel; urgency=low + + * New translation: Swedish. + * Update translations for many more languages. + + -- Tails developers <tails@boum.org> Fri, 03 May 2013 15:28:21 +0200 + whisperback (1.6.6) stable; urgency=low * Declare Debian source format is 3.0 (native). diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index 79e2997..ecdc346 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.6.6 +1.6.7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % WhisperBack - Send feedback in an encrypted mail @@ -58,7 +58,7 @@ build_extra.build_extra.sub_commands.insert(0, ("build_gtkbuilderi18n", None)) build_extra.build_extra.sub_commands.append(("build_man", None)) setup(name='whisperback', - version='1.6.6', + version='1.6.7', description='Send feedback in an encrypted mail', author='Tails developers', author_email='tails@boum.org', diff --git a/whisperBack/gui.py b/whisperBack/gui.py index bdd87b2..6e886b5 100644 --- a/whisperBack/gui.py +++ b/whisperBack/gui.py @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. """ ######################################################################## -__version__ = '1.6.6' +__version__ = '1.6.7' LOCALEDIR = "locale/" PACKAGE = "whisperback" |