Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Jul 5, 2017
1 parent 41ce8d5 commit 6b04908
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,31 @@ Unreleased

**Features and Improvements**

* Deprecate ``DOMAIN_NAME`` environment variable. Only ``ODOO_BASE_URL`` is now used.
* Set a default value for ``ODOO_BASE_URL`` to ``http://localhost:8069``.

**Bugfixes**

**Libraries**

* Add ``ofxparse`` as found in odoo's requirements

**Build**

**Documentation**


2.3.0 (2017-07-05)
++++++++++++++++++

**Features and Improvements**

* Remove ``DOMAIN_NAME`` environment variable. Only ``ODOO_BASE_URL`` is now used.
* Set a default value for ``ODOO_BASE_URL`` to ``http://localhost:8069``.

**Libraries**

* Add ``ofxparse`` as found in odoo's requirements
* Upgrade ``psycopg2`` to 2.7.1
* Add ``pytest-cov`` for tests
* PyChart is no longer installed from gna.org (down) but from pypi


2.2.0 (2017-05-18)
++++++++++++++++++

Expand Down

0 comments on commit 6b04908

Please sign in to comment.