Skip to content

Commit e72e935

Browse files
committed
[BUMP] version 2.0.1
1 parent 5966096 commit e72e935

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

connector/CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changelog
22
---------
33

4-
2.0.0.dev0
4+
2.0.1.dev0
55
~~~~~~~~~~
66

7+
2.0.1 (2013-09-12)
8+
~~~~~~~~~~~~~~~~~~
9+
710
* Developers of addons do no longer need to create an AbstractModel with a _name 'name_of_the_module.installed',
811
instead, they just have to call connector.connector.install_in_connector() lp:1196859
12+
* Added a script `openerp-connector-worker` to start processes for Jobs Workers when running OpenERP is multiprocessing
913

1014

1115
2.0.0

connector/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
##############################################################################
2121

2222
{'name': 'Connector',
23-
'version': '2.0.0.dev0',
23+
'version': '2.0.1',
2424
'author': 'Openerp Connector Core Editors',
2525
'website': 'https://launchpad.net/openerp-connector',
2626
'license': 'AGPL-3',

0 commit comments

Comments
 (0)