diff --git a/HISTORY.rst b/HISTORY.rst index b7756ed..c9638af 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,6 +17,18 @@ Unreleased **Build** +0.6.0 (2017-01-18) +------------------ + +**Features** + +- CSV loaders can be used with a model in order to pass a context + +**Bugfixes** + +- Fix tests by installing eggs from odoo/requirements.txt + + 0.5.0 (2016-10-12) ------------------ diff --git a/anthem/__init__.py b/anthem/__init__.py index 369c5b5..cf8c190 100644 --- a/anthem/__init__.py +++ b/anthem/__init__.py @@ -2,7 +2,7 @@ # Copyright 2016 Camptocamp SA # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html) -__version__ = "0.5.0" +__version__ = "0.6.0" # publish the decorator so we can use 'anthem.log' from output import log # noqa