[RELEASE] create release 0.3.1

This commit is contained in:
Edouard DUPIN 2016-09-12 21:06:37 +02:00
parent 9a96211853
commit 62c2f2fd25
3 changed files with 4 additions and 2 deletions

1
authors.txt Normal file
View File

@ -0,0 +1 @@
MR Edouard DUPIN <yui.heero@gmail.com>

View File

@ -20,10 +20,10 @@ def get_compagny_name():
return "atria-soft"
def get_maintainer():
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
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())

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.3.1