Skip to content

Commit 0d37769

Browse files
committed
Release 2.1.9
1 parent 3d35636 commit 0d37769

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
---------
33

44

5+
2.1.9 (2019-10-02)
6+
~~~~~~~~~~~~~~~~~~
7+
8+
* No change. Re-upload to PyPI.
9+
10+
511
2.1.8 (2019-10-02)
612
~~~~~~~~~~~~~~~~~~
713

odooly.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
except ImportError:
3535
requests = None
3636

37-
__version__ = '2.1.8'
37+
__version__ = '2.1.9'
3838
__all__ = ['Client', 'Env', 'Service', 'BaseModel', 'Model',
3939
'BaseRecord', 'Record', 'RecordList',
4040
'format_exception', 'read_config', 'start_odoo_services']

0 commit comments

Comments
 (0)