From 2744c2739d1c2d6d868b5fe85d5636aa4d8623a5 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Fri, 13 May 2016 19:45:08 +0200 Subject: Prepare 0.47 release --- CHANGELOG | 5 +++++ isodumper.spec | 2 +- lib/isodumper.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 563f614..ae25fa2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: +IsoDumper 0.47 +------------ + - Update some translations + - Update the source link + IsoDumper 0.46 ------------ - new design for icon and header (thanks to Animtim). diff --git a/isodumper.spec b/isodumper.spec index 8b0cbe6..fe905fc 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.46 +Version: 0.47 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB diff --git a/lib/isodumper.py b/lib/isodumper.py index 60b084c..8af078e 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -132,7 +132,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.46" + RELEASE="v0.47" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) -- cgit v1.2.1