Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Oct 12, 2016
1 parent 3524141 commit 935ac8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Unreleased

**Features**

- Switch the default command line for running odoo to ``odoo`` instead of
``odoo.py`` (renamed in Odoo 10). For usage with previous version, you must
specify the ``install_command`` in the ``migration.yml`` file.

**Bugfixes**

**Improvements**
Expand All @@ -20,6 +16,18 @@ Unreleased

**Build**

0.5.0 (2016-10-12)
++++++++++++++++++

Odoo 10 Support

**Features**

- Switch the default command line for running odoo to ``odoo`` instead of
``odoo.py`` (renamed in Odoo 10). For usage with previous version, you must
specify the ``install_command`` in the ``migration.yml`` file.


0.4.2 (2016-08-17)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .parser import YamlParser
from .runner import Runner

__version__ = "0.4.2"
__version__ = "0.5.0"


def migrate(config):
Expand Down

0 comments on commit 935ac8d

Please sign in to comment.