diff --git a/README.md b/README.md index 5debcf2..7e4afcb 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ Some of the future ideas to add to Devede NG are, without an specific order: ## History of versions ## +* version 0.1 beta 11 (2015-01-29) + * Now allows to automatically generate a debian package + * Renamed the module from 'devede' to 'devedeng' + * Renamed some files to avoid clashing with the 'classic devede' debian package. + * version 0.1 beta 10 (2015-01-22) * Now jumps to the desired next video when the current movie ends and the creator set it to jump to another menu entry diff --git a/src/devedeng/configuration_data.py b/src/devedeng/configuration_data.py index 5ff59e5..fee5d9a 100644 --- a/src/devedeng/configuration_data.py +++ b/src/devedeng/configuration_data.py @@ -35,7 +35,7 @@ class configuration(GObject.GObject): def __init__(self): GObject.GObject.__init__(self) - self.version = "0.1 Beta 10" + self.version = "0.1 Beta 11" def fill_config(self):