From 55cdd301015918cf23b6f93eec7dc25621b147a2 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 12 Sep 2016 21:06:37 +0200 Subject: [PATCH] [RELEASE] create release 0.1.1 --- authors.txt | 1 + lutin_audio-algo-drain-test.py | 2 +- lutin_audio-algo-drain.py | 4 ++-- version.txt | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 authors.txt create mode 100644 version.txt diff --git a/authors.txt b/authors.txt new file mode 100644 index 0000000..75b51f1 --- /dev/null +++ b/authors.txt @@ -0,0 +1 @@ +MR Edouard DUPIN diff --git a/lutin_audio-algo-drain-test.py b/lutin_audio-algo-drain-test.py index c1dd59a..9af3f4e 100644 --- a/lutin_audio-algo-drain-test.py +++ b/lutin_audio-algo-drain-test.py @@ -23,7 +23,7 @@ def get_compagny_name(): return "atria-soft" def get_maintainer(): - return ["Mr DUPIN Edouard "] + return "authors.txt" def create(target, module_name): my_module = module.Module(__file__, module_name, get_type()) diff --git a/lutin_audio-algo-drain.py b/lutin_audio-algo-drain.py index 8952aae..873cf45 100644 --- a/lutin_audio-algo-drain.py +++ b/lutin_audio-algo-drain.py @@ -21,10 +21,10 @@ def get_compagny_name(): return "atria-soft" def get_maintainer(): - return ["Mr DUPIN Edouard "] + return "authors.txt" def get_version(): - return [0,1,"dev"] + return "version.txt" def create(target, module_name): my_module = module.Module(__file__, module_name, get_type()) diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..6da28dd --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.1.1 \ No newline at end of file