Skip to content

Commit 686c2e4

Browse files
committed
Release 2.3.0
1 parent f813e31 commit 686c2e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

44

5-
2.x.x (unreleased)
5+
2.3.0 (2025-09-29)
66
~~~~~~~~~~~~~~~~~~
77

88
* Support webclient :class:`WebAPI` protocol as an alternative:
@@ -13,7 +13,7 @@ Changelog
1313
and retrieve :attr:`Env.session_info`, with Odoo >= 9.0.
1414

1515
* Use Webclient API by default when ``protocol`` is not set.
16-
It is same as setting ``protocol = web``
16+
It is same as setting ``protocol = web``.
1717

1818
* New function :meth:`Client.drop_database`.
1919

odooly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
except ImportError:
2727
requests = None
2828

29-
__version__ = '2.2.1'
29+
__version__ = '2.3.0'
3030
__all__ = ['Client', 'Env', 'Service', 'BaseModel', 'Model',
3131
'BaseRecord', 'Record', 'RecordList',
3232
'format_exception', 'read_config', 'start_odoo_services']

0 commit comments

Comments
 (0)