From a06d988b68c7d7df30e5f006bebd560ea7b49fde Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 8 Sep 2017 15:49:53 +0200 Subject: [PATCH] Release 0.7.0 --- HISTORY.rst | 18 +++++++++++++----- marabunta/core.py | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b5ef40e..a94fd15 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,10 +8,22 @@ Unreleased **Features** +**Bugfixes** + +**Improvements** + +**Documentation** + +**Build** + +0.7.0 (2017-09-08) +++++++++++++++++++ + +**Features** + * Publish a maintenance web page during migration. The host and port are configurable with new options. By default the port match odoo's (8069). A default maintenance is provided, but it can be configured as well. - * When a migration fails, the log alongside the traceback are logged in the ``marabunta_version`` table. @@ -19,10 +31,6 @@ Unreleased * Commands with unicode chars make the migration fail -**Improvements** - -**Documentation** - **Build** * Removed python3 from tox, it doesn't run on py3 and we can't make them run diff --git a/marabunta/core.py b/marabunta/core.py index 660d68f..2a0f0af 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -27,7 +27,7 @@ from .runner import Runner from .web import WebApp -__version__ = "0.6.3" +__version__ = "0.7.0" logging.getLogger('werkzeug').setLevel(logging.ERROR)