From 62c2f2fd25c8809578a9c67c9069415db9862c04 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.3.1 --- authors.txt | 1 + lutin_audio-orchestra.py | 4 ++-- version.txt | 1 + 3 files changed, 4 insertions(+), 2 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-orchestra.py b/lutin_audio-orchestra.py index 323b41d..1e3dd9b 100644 --- a/lutin_audio-orchestra.py +++ b/lutin_audio-orchestra.py @@ -20,10 +20,10 @@ def get_compagny_name(): return "atria-soft" def get_maintainer(): - return ["Mr DUPIN Edouard "] + return "authors.txt" def get_version(): - return [0,3,"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..a2268e2 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.3.1 \ No newline at end of file