From d1d326764d8c6dcc505c450256a537e8e13b38e8 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 23 Oct 2016 14:47:02 +0200 Subject: [PATCH] [RELEASE] new version 0.3.0 --- authors.txt | 1 + lutin_algue.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_algue.py b/lutin_algue.py index 5fa22c7..343ea5f 100644 --- a/lutin_algue.py +++ b/lutin_algue.py @@ -19,10 +19,10 @@ def get_compagny_name(): return "atria-soft" def get_maintainer(): - return ["Mr DUPIN Edouard "] + return "authors.txt" def get_version(): - return [0,2,"dev"] + return "version.txt" def configure(target, my_module): my_module.add_depend(['elog', 'etk', 'crypto']) diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..9325c3c --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.3.0 \ No newline at end of file