From e4b5a953edea394ab6fff2113004c327278e086f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 26 Jul 2016 15:52:56 +0200 Subject: [PATCH] Release 0.3.0 --- HISTORY.rst | 15 +++++++++++---- anthem/__init__.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f286ade..096b49e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,14 +6,19 @@ Release History Unreleased ++++++++++ -**Fixes** +**Features** -* Encode the logged strings to the default encoding or utf8 +**Bugfixes** -**Fixes** +**Improvements** -* Allow to use Ctrl-c to stop anthem. +**Documentation** +**Build** + + +0.3.0 (2016-07-26) +++++++++++++++++++ **Features** @@ -21,6 +26,8 @@ Unreleased **Fixes** +- Encode the logged strings to the default encoding or utf8 +- Allow to use Ctrl-c to stop anthem. - Set openerp's loglevel to ERROR, its logs clutter anthem's own outputs 0.2.0 (2016-07-22) diff --git a/anthem/__init__.py b/anthem/__init__.py index f1a6b75..63fa427 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.2.0" +__version__ = "0.3.0" # publish the decorator so we can use 'anthem.log' from output import log # noqa