Skip to content

Commit 8fd9373

Browse files
committed
Bump version to update PyPI
1 parent d2b4e8d commit 8fd9373

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
---------
33

44

5+
2.1.7 (2019-03-20)
6+
~~~~~~~~~~~~~~~~~~
7+
8+
* No change. Re-upload to PyPI.
9+
10+
511
2.1.6 (2019-03-20)
612
~~~~~~~~~~~~~~~~~~
713

odooly.py

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

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

0 commit comments

Comments
 (0)