[RELEASE] create release 0.9.3
This commit is contained in:
parent
5b94358126
commit
63811d6c5f
21
createTag.sh
21
createTag.sh
@ -1,21 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
usage()
|
|
||||||
{
|
|
||||||
echo -e "$0 [TAG]"
|
|
||||||
echo -e "\t\t[TAG] : Tag to set on the version"
|
|
||||||
exit -1
|
|
||||||
}
|
|
||||||
|
|
||||||
#verify all input parameters :
|
|
||||||
tag=""
|
|
||||||
if [ "$1" = "" ] ; then
|
|
||||||
usage
|
|
||||||
else
|
|
||||||
tag="$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -n $tag > tag
|
|
||||||
|
|
||||||
git commit -a -m "Update version tag : $tag"
|
|
||||||
git tag $tag
|
|
@ -22,7 +22,7 @@ def get_maintainer():
|
|||||||
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
|
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
return [0,1,"dev"]
|
return [0,9,3]
|
||||||
|
|
||||||
def create(target, module_name):
|
def create(target, module_name):
|
||||||
my_module = module.Module(__file__, module_name, get_type())
|
my_module = module.Module(__file__, module_name, get_type())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user