From dfe24a72fec08e8f84b8dc5bda73c4de349be080 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 26 Mar 2020 11:26:46 +0100 Subject: [PATCH] whisperback (1.8.3) Gbp-Dch: Ignore --- data/whisperback.desktop.in | 2 +- debian/changelog | 6 ++++++ doc/whisperback.t2t | 2 +- setup.py | 2 +- whisperBack/gui.py | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/data/whisperback.desktop.in b/data/whisperback.desktop.in index 4e6d13b..41cbd0f 100644 --- a/data/whisperback.desktop.in +++ b/data/whisperback.desktop.in @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.8.2 +Version=1.8.3 _Name=WhisperBack Error Reporting _Comment=Send feedback via encrypted e-mail _Keywords=feedback;bug;report;tails;error; diff --git a/debian/changelog b/debian/changelog index 9965da1..590a65b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +whisperback (1.8.3) testing; urgency=medium + + * Reupload previous version, built in a buster chroot. + + -- Tails developers Thu, 26 Mar 2020 11:26:39 +0100 + whisperback (1.8.2) testing; urgency=medium * Update POT and PO files, pull updated translations from Transifex. diff --git a/doc/whisperback.t2t b/doc/whisperback.t2t index 1a55eaa..a6476c5 100644 --- a/doc/whisperback.t2t +++ b/doc/whisperback.t2t @@ -1,6 +1,6 @@ WhisperBack Send feedback via encrypted e-mail -1.8.2 +1.8.3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % WhisperBack - Send feedback in an encrypted mail diff --git a/setup.py b/setup.py index d443334..eb54c48 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,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.8.2', + version='1.8.3', 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 6f8b340..5f4344a 100644 --- a/whisperBack/gui.py +++ b/whisperBack/gui.py @@ -27,7 +27,7 @@ along with this program. If not, see . """ ######################################################################## -__version__ = '1.8.2' +__version__ = '1.8.3' LOCALEDIR = "locale/" PACKAGE = "whisperback" -- 2.11.4.GIT