diff --git a/README.md b/README.md index 4b11242..a51582f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ Some of the future ideas to add to Devede NG are, without an specific order: ## History of versions ## +* version 0.1 beta 8 (2014-12-28) + * Added an extra fix for AVPROBE and FFPROBE, using the human readable strings to get the duration + * Cleaner code for AVPROBE and FFPROBE + * Removed devedesans.ttf file + * Updated the setup.py file + * version 0.1 beta 7 (2014-12-28) * Moved the priority of MPLAYER over AVPROBE and FFPROBE until I discover what is happening with some data fields diff --git a/setup.py b/setup.py index 016abd5..6e93885 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ compile_translations() setup( name='devedeng', - version='0.1.0.beta7', + version='0.1.0.beta8', description='A video DVD creator', long_description = "A program that allows to create video DVDs", diff --git a/src/devede/configuration_data.py b/src/devede/configuration_data.py index 3fdddc4..72c8bb2 100644 --- a/src/devede/configuration_data.py +++ b/src/devede/configuration_data.py @@ -35,7 +35,7 @@ class configuration(GObject.GObject): def __init__(self): GObject.GObject.__init__(self) - self.version = "0.1 Beta 7" + self.version = "0.1 Beta 8" def fill_config(self):