From c518683fbcd793aa92249e4fecafc3c3fea7da68 Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Tue, 7 Feb 2017 21:01:01 +0100 Subject: [PATCH] Updated to version 4.8.8 --- HISTORY.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index edb1b23..8ecfbc2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,7 @@ ## History of versions ## +* version 4.8.8 (2017-02-07) + * Fixed genisoimage bug with some locales + * version 4.8.7 (2017-01-29) * Allows to translate the "Play all" text in the DVD menu * Fixed mkisofs bug with some locales diff --git a/setup.py b/setup.py index 3422398..2900ef5 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ except: setup( name='devedeng', - version='4.8.7', + version='4.8.8', description='A video DVD creator', long_description="A program that allows to create video DVDs",