[RELEASE] create release 0.9.3

This commit is contained in:
Edouard DUPIN 2015-12-02 21:27:13 +01:00
parent 5b94358126
commit 63811d6c5f
3 changed files with 1 additions and 23 deletions

View File

@ -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

View File

@ -22,7 +22,7 @@ def get_maintainer():
return ["Mr DUPIN Edouard <yui.heero@gmail.com>"]
def get_version():
return [0,1,"dev"]
return [0,9,3]
def create(target, module_name):
my_module = module.Module(__file__, module_name, get_type())

1
tag
View File

@ -1 +0,0 @@
0.8.0