Skip to content

Commit 89b039a

Browse files
committed
[BUMP] version 2.1.0 (breaking API compatibility, see release notes)
1 parent 62accd5 commit 89b039a

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

connector/AUTHORS

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
* 2013 Guewen Baconnier at Camptocamp
2-
* 2013 Alexandre Fayolle at Camptocamp
3-
* 2013 Benoit Guillot at Akretion
4-
* 2013 Nicolas Bessi at Camptocamp (tiny change)
5-
* 2013 Joël Grand-Guillaume at Camptocamp (tiny change)
6-
* 2013 Arthur Vuillard at Akretion (tiny change)
7-
* 2013 Sebastien Beau at Akretion (tiny change)
8-
* 2013 Laurent Mignon at Acsone
9-
* 2014 Leonardo Pistone at Camptocamp
1+
* Guewen Baconnier at Camptocamp
2+
* Alexandre Fayolle at Camptocamp
3+
* Benoit Guillot at Akretion
4+
* Nicolas Bessi at Camptocamp (tiny change)
5+
* Joël Grand-Guillaume at Camptocamp (tiny change)
6+
* Arthur Vuillard at Akretion (tiny change)
7+
* Sebastien Beau at Akretion (tiny change)
8+
* Laurent Mignon at Acsone
9+
* Leonardo Pistone at Camptocamp

connector/__openerp__.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
##############################################################################
2121

2222
{'name': 'Connector',
23-
'version': '2.0.1',
23+
'version': '2.1.0',
2424
'author': 'Openerp Connector Core Editors',
25-
'website': 'https://launchpad.net/openerp-connector',
25+
'website': 'http://openerp-connector.com',
2626
'license': 'AGPL-3',
2727
'category': 'Generic Modules',
2828
'description': """
@@ -32,6 +32,8 @@
3232
This is a framework designed to build connectors with external systems,
3333
usually called `Backends`.
3434
35+
Documentation: http://openerp-connector.com
36+
3537
It features:
3638
3739
* A jobs queue
@@ -62,7 +64,7 @@
6264
6365
It is actually used to connect Magento_ and Prestashop_
6466
65-
.. _Magento: https://launchpad.net/magentoerpconnect
67+
.. _Magento: http://openerp-magento-connector.com
6668
.. _Prestashop: https://launchpad.net/prestashoperpconnect
6769
""",
6870
'depends': ['mail'

0 commit comments

Comments
 (0)