diff --git a/README.rst b/README.rst index 99bc124..55f00c0 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,8 @@ It mentions that the lib automatically changed something. a more recent version: .. code-block:: shell - 12:38:54 INFO Renaming file: '/my_module/__openerp__.py' by '/my_module/__manifest__.py' + + 12:38:54 INFO Renaming file: '/my_module/__openerp__.py' by '/my_module/__manifest__.py' **WARNING log** @@ -59,6 +60,7 @@ For example, if you have a 8.0 module that depends on 'account_anglo_saxon', that disappeared in more recent version, the following log will be displayed .. code-block:: shell + 12:38:54 ERROR Depends on removed module 'account_anglo_saxon' Development and improvment @@ -148,7 +150,7 @@ Available arguments |``--log-level`` | ``-ll`` | Default: | Possible value: ``DEBUG``, ``INFO``, ``WARNING``, etc.| | | | ``INFO`` | | +--------------------------+----------+-----------------+-------------------------------------------------------+ -|``--log-path`` | ``-ll`` | Default: | If set, the logs will not be displayed at screen, | +|``--log-path`` | ``-ll`` | Default: | If set, the logs will not be displayed at screen, | | | | False | but stored in a file | +--------------------------+----------+-----------------+-------------------------------------------------------+ |``--no-commit`` | ``-nc`` | Default: | If set the library will not git add and git commit | diff --git a/setup.py b/setup.py index 1906b2f..c199a2d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="odoo-migrate", - version="0.2.0", + version="0.2.1", author="GRAP, Groupement Régional Alimentaire de Proximité", author_email="informatique@grap.coop", description="Small tools to migrate Odoo modules from a version"