From 0d312c19f23d07aea9d25b4bf93cbcc026c8b81d Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Mon, 22 Sep 2014 20:57:07 +0200 Subject: [PATCH] Created beta 1 --- README.md | 5 +++++ src/devede/configuration_data.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee22b1..c2a1d2b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ Some of the future ideas to add to Devede NG are, without an specific order: ## History of versions ## +* version 0.1 beta 1 (2014-09-22) + * Fixed several strings in the menu + * Fixed the bug that prevented to choose the final folder + * Removed single quotes that triggered an exception when creating a DVD without menu + * version 0.1 alpha 2 (2014-08-13) * Updated spanish translation and added POTFILES.in file * Allows to choose between MP2 and AC3 audio for menus diff --git a/src/devede/configuration_data.py b/src/devede/configuration_data.py index f41355b..b7ccbec 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 Alpha 2" + self.version = "0.1 Beta 1" def fill_config(self):