From eadcae217103fd8f2f8d3db87c6fb659e048812b Mon Sep 17 00:00:00 2001
From: Juan Jose Scarafia <jjs@adhoc.com.ar>
Date: Wed, 2 Nov 2016 21:20:52 -0300
Subject: [PATCH] FIX pylint

---
 partner_identification/README.rst      | 2 +-
 partner_identification/__manifest__.py | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/partner_identification/README.rst b/partner_identification/README.rst
index 680628d1f..e5cd0e8fa 100644
--- a/partner_identification/README.rst
+++ b/partner_identification/README.rst
@@ -15,7 +15,7 @@ and vary from country to country.
 * Fiscal ID's
 * Membership numbers
 * Driver license
-* ...
+* etc
 
 
 Installation
diff --git a/partner_identification/__manifest__.py b/partner_identification/__manifest__.py
index 3cdbb2526..46992d79c 100644
--- a/partner_identification/__manifest__.py
+++ b/partner_identification/__manifest__.py
@@ -11,7 +11,7 @@
 {
     'name': 'Partner Identification Numbers',
     'category': 'Customer Relationship Management',
-    'version': '9.0.1.0.0',
+    'version': '10.0.1.0.0',
     'depends': [
         'sales_team',
     ],
@@ -22,10 +22,10 @@
         'security/ir.model.access.csv',
     ],
     'author': 'ChriCar Beteiligungs- und Beratungs- GmbH, '
-              'Antiun IngenierĂ­a S.L.',
+              'Antiun IngenierĂ­a S.L.,'
               'Camptocamp,'
               'ACSONE SA/NV,'
-              'Odoo Community Association (OCA)'
+              'Odoo Community Association (OCA)',
     'website': 'https://odoo-community.org/',
     'license': 'AGPL-3',
     'installable': True,