From 335feff379a419c99f77164ad77f90c8c71b9aa1 Mon Sep 17 00:00:00 2001 From: ced <> Date: Fri, 10 Aug 2007 12:06:10 +0000 Subject: [PATCH] Increase version number of old module bzr revid: ced-f5f855831c0765671830f2558231426e6e9b9642 --- addons/account_chart/__terp__.py | 2 +- addons/hr/__terp__.py | 2 +- addons/hr_contract/__terp__.py | 2 +- addons/hr_expense/__terp__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/account_chart/__terp__.py b/addons/account_chart/__terp__.py index 28f82a36a3e..effb1bfc64d 100644 --- a/addons/account_chart/__terp__.py +++ b/addons/account_chart/__terp__.py @@ -1,6 +1,6 @@ { "name" : "Account Chart", - "version" : "0.1", + "version" : "1.0", "depends" : ["account"], "author" : "Tiny", "description": """Remove minimal account chart""", diff --git a/addons/hr/__terp__.py b/addons/hr/__terp__.py index 2064c024c3f..1d6d63ed2d3 100644 --- a/addons/hr/__terp__.py +++ b/addons/hr/__terp__.py @@ -1,6 +1,6 @@ { "name" : "Human Resources", - "version" : "0.1", + "version" : "1.0", "author" : "Tiny", "category" : "Generic Modules/Human Resources", "website" : "http://tinyerp.com/module_hr.html", diff --git a/addons/hr_contract/__terp__.py b/addons/hr_contract/__terp__.py index 32f444443e2..4e111a40587 100644 --- a/addons/hr_contract/__terp__.py +++ b/addons/hr_contract/__terp__.py @@ -1,6 +1,6 @@ { "name" : "Human Resources Contracts", - "version" : "0.1", + "version" : "1.0", "author" : "Tiny", "category" : "Generic Modules/Human Resources", "website" : "http://tinyerp.com/module_hr.html", diff --git a/addons/hr_expense/__terp__.py b/addons/hr_expense/__terp__.py index 8e9edfbab53..e59b0e1d3e9 100644 --- a/addons/hr_expense/__terp__.py +++ b/addons/hr_expense/__terp__.py @@ -1,6 +1,6 @@ { "name" : "Human Resources Expenses Tracking", - "version" : "0.1", + "version" : "1.0", "author" : "Tiny", "category" : "Generic Modules/Human Resources", "website" : "http://tinyerp.com/module_hr.html",