From dbf60833f647b31dff5dc00e7a2e0892318c33d3 Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sun, 28 Dec 2014 00:47:15 +0100 Subject: [PATCH] Beta 6 --- README.md | 3 +++ src/devede/configuration_data.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 113b2f7..6aea6fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ Some of the future ideas to add to Devede NG are, without an specific order: ## History of versions ## +* version 0.1 beta 6 (2014-12-27) + * Fixed AVPROBE command line + * version 0.1 beta 5 (2014-12-27) * Added support for MPV as movie player * Added support for ffprobe and avprobe as movie info detector diff --git a/src/devede/configuration_data.py b/src/devede/configuration_data.py index 99967ec..1a11ca3 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 5" + self.version = "0.1 Beta 6" def fill_config(self):