[RELEASE] create release 0.6.0

This commit is contained in:
Edouard DUPIN 2016-08-30 22:54:08 +02:00
parent 1d53d2b966
commit 2b5e394a8f
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -26,8 +26,6 @@ int main(int argc, const char *argv[]) {
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
// init etk log system and file interface:
etk::init(argc, argv);
// TODO : Check this ...
etk::initDefaultFolder("ejson_test");
// Run all test with gtest
return RUN_ALL_TESTS();
}