From 0af4866b5a97a33c6e3f3d4c8b175d8706034164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sun, 13 Dec 2015 16:10:41 +0100 Subject: [PATCH 1/3] Fix 9.0 version number --- users_ldap_populate/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index 708d4f9ec..6659c4604 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "LDAP Populate", - "version": "8.0.1.2.0", + "version": "9.0.1.2.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "category": 'Tools', From 1127e8df2e2015009c705de2b9f95c7ca55e96dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sun, 13 Dec 2015 16:11:50 +0100 Subject: [PATCH 2/3] Fix 9.0 version --- users_ldap_mail/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index 350f05f4a..496c38cc3 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -21,7 +21,7 @@ { 'name': "LDAP mapping for user name and e-mail", - 'version': "8.0.1.0.0", + 'version': "9.0.1.0.0", 'depends': ["auth_ldap"], 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)," "Odoo Community Association (OCA)", From 610cdcd8eb66ec9dadc36eae1ba615ac44d8c4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Mon, 14 Dec 2015 10:00:06 +0100 Subject: [PATCH 3/3] Reset version 9.0.1.0.0 --- users_ldap_populate/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users_ldap_populate/__openerp__.py b/users_ldap_populate/__openerp__.py index 6659c4604..a24a78c1a 100644 --- a/users_ldap_populate/__openerp__.py +++ b/users_ldap_populate/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "LDAP Populate", - "version": "9.0.1.2.0", + "version": "9.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "category": 'Tools',