From 2b5e394a8f796f7171b2feb268b345057b74eb10 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 30 Aug 2016 22:54:08 +0200 Subject: [PATCH] [RELEASE] create release 0.6.0 --- lutin_ejson.py | 2 +- test/test.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lutin_ejson.py b/lutin_ejson.py index 447e472..55c7d14 100644 --- a/lutin_ejson.py +++ b/lutin_ejson.py @@ -22,7 +22,7 @@ def get_maintainer(): return ["Mr DUPIN Edouard "] 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()) diff --git a/test/test.cpp b/test/test.cpp index 1ba277a..a0a6712 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -26,8 +26,6 @@ int main(int argc, const char *argv[]) { ::testing::InitGoogleTest(&argc, const_cast(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(); }