Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Sep 8, 2017
1 parent 5538a7e commit a06d988
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,29 @@ 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.

**Bugfixes**

* 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
Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a06d988

Please sign in to comment.