Skip to content

Commit

Permalink
[BUMP] version 2.1.0 (breaking API compatibility, see release notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Jan 14, 2014
1 parent 62accd5 commit 89b039a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
18 changes: 9 additions & 9 deletions 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
8 changes: 5 additions & 3 deletions connector/__openerp__.py
Expand Up @@ -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': """
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 89b039a

Please sign in to comment.