From fe4ed23ab01e70cf3be5729690ee7e423b3b9ad6 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sun, 13 Oct 2019 15:19:10 +0200 Subject: [PATCH] [FIX] typo --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 55f00c0..b47f143 100644 --- a/README.rst +++ b/README.rst @@ -150,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`` | ``-lp`` | 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 c199a2d..36c59ab 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="odoo-migrate", - version="0.2.1", + version="0.2.3", author="GRAP, Groupement Régional Alimentaire de Proximité", author_email="informatique@grap.coop", description="Small tools to migrate Odoo modules from a version"