Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Dec 5, 2018
1 parent c60f35b commit 9a43eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
---------


1.x (unreleased)
~~~~~~~~~~~~~~~~
1.7.1 (2018-12-05)
~~~~~~~~~~~~~~~~~~

* Add support for the JSON-RPC protocol. It is enabled if the ``--server``
argument contains the full path to the ``/jsonrpc`` endpoint.
Expand Down
2 changes: 1 addition & 1 deletion erppeek.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
except ImportError:
requests = None

__version__ = '1.7'
__version__ = '1.7.1'
__all__ = ['Client', 'Model', 'Record', 'RecordList', 'Service',
'format_exception', 'read_config', 'start_odoo_services']

Expand Down

0 comments on commit 9a43eb9

Please sign in to comment.