From 89b039a993f7c93e52d88a563781271ea663e962 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 14 Jan 2014 15:13:34 +0100 Subject: [PATCH] [BUMP] version 2.1.0 (breaking API compatibility, see release notes) --- connector/AUTHORS | 18 +++++++++--------- connector/__openerp__.py | 8 +++++--- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/connector/AUTHORS b/connector/AUTHORS index 89d591479..fc9e9d0cd 100644 --- a/connector/AUTHORS +++ b/connector/AUTHORS @@ -1,9 +1,9 @@ -* 2013 Guewen Baconnier at Camptocamp -* 2013 Alexandre Fayolle at Camptocamp -* 2013 Benoit Guillot at Akretion -* 2013 Nicolas Bessi at Camptocamp (tiny change) -* 2013 Joël Grand-Guillaume at Camptocamp (tiny change) -* 2013 Arthur Vuillard at Akretion (tiny change) -* 2013 Sebastien Beau at Akretion (tiny change) -* 2013 Laurent Mignon at Acsone -* 2014 Leonardo Pistone at Camptocamp +* Guewen Baconnier at Camptocamp +* Alexandre Fayolle at Camptocamp +* Benoit Guillot at Akretion +* Nicolas Bessi at Camptocamp (tiny change) +* Joël Grand-Guillaume at Camptocamp (tiny change) +* Arthur Vuillard at Akretion (tiny change) +* Sebastien Beau at Akretion (tiny change) +* Laurent Mignon at Acsone +* Leonardo Pistone at Camptocamp diff --git a/connector/__openerp__.py b/connector/__openerp__.py index e38901e5a..9cc7cb191 100644 --- a/connector/__openerp__.py +++ b/connector/__openerp__.py @@ -20,9 +20,9 @@ ############################################################################## {'name': 'Connector', - 'version': '2.0.1', + 'version': '2.1.0', 'author': 'Openerp Connector Core Editors', - 'website': 'https://launchpad.net/openerp-connector', + 'website': 'http://openerp-connector.com', 'license': 'AGPL-3', 'category': 'Generic Modules', 'description': """ @@ -32,6 +32,8 @@ This is a framework designed to build connectors with external systems, usually called `Backends`. +Documentation: http://openerp-connector.com + It features: * A jobs queue @@ -62,7 +64,7 @@ It is actually used to connect Magento_ and Prestashop_ -.. _Magento: https://launchpad.net/magentoerpconnect +.. _Magento: http://openerp-magento-connector.com .. _Prestashop: https://launchpad.net/prestashoperpconnect """, 'depends': ['mail'