Skip to content
Snippets Groups Projects
Commit c7579d5613d4 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

21.7.3

parent d418b192cd57
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 21.7.2
current_version = 21.7.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
......
......@@ -13,8 +13,8 @@
pip need to be more recent than version 10.0 to use it to install.
The recommend way to install this module is to use pipx (``apt install pipx``) and run ``pipx install odoo_scripts==21.7.2 --index-url https://pypi.xcg.io/simple``.
Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``pipx install "odoo_scripts[docker]==21.7.2" --index-url https://pypi.xcg.io/simple``. If psycopg2 does not build, you might want to tell pipx to install psycopg2-binary or add the necessary libraries to compile it.
The recommend way to install this module is to use pipx (``apt install pipx``) and run ``pipx install odoo_scripts==21.7.3 --index-url https://pypi.xcg.io/simple``.
Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``pipx install "odoo_scripts[docker]==21.7.3" --index-url https://pypi.xcg.io/simple``. If psycopg2 does not build, you might want to tell pipx to install psycopg2-binary or add the necessary libraries to compile it.
To upgrade Odoo scripts, just use ``pipx upgrade odoo_scripts``.
......@@ -18,7 +18,7 @@
To upgrade Odoo scripts, just use ``pipx upgrade odoo_scripts``.
A virtualenv or user installation can also be done by doing ``python3 -m pip install odoo_scripts==21.7.2 --extra-index-url https://pypi.xcg.io/simple``.
A virtualenv or user installation can also be done by doing ``python3 -m pip install odoo_scripts==21.7.3 --extra-index-url https://pypi.xcg.io/simple``.
It can also be cloned before running ``pipx install .`` in the clone directory. With pip version 21.3+ and a recent setuptools, editable mode (using the cloned repository) can be used by adding ``--editable``/``-e``.
......
......@@ -7,7 +7,7 @@
# - openerp to be installed
#
# Version 21.7.2
# Version 21.7.3
here=$(dirname $0)
source $here/odoo_scripts_common
......
......@@ -12,7 +12,7 @@
#
# - access to pg database
#
# Version 21.7.2
# Version 21.7.3
here=$(dirname $0)
source $here/odoo_scripts_common
......
......@@ -12,7 +12,7 @@
)
# This is maintained by bump2version.
__version__ = "21.7.2"
__version__ = "21.7.3"
try:
# When using an editable install, the number would be off
distrib = distribution("odoo-scripts")
......
......@@ -6,7 +6,7 @@
# Either provide the name of the database (first argument) or it will default to <project>_test
# The DB user can be overridden by setting ODOO_SCRIPTS_DB_USER.
# The environment variable “odoo_scripts_run_tests_logfile” can be set to be used to include the output of the tests
# Version 21.7.2
# Version 21.7.3
here=$(dirname $0)
source $here/odoo_scripts_common
......
......@@ -7,7 +7,7 @@
# ODOO_TYPE can be set instead of putting it in setup.cfg
# odoo_scripts_start_logfile can be set to indicate where to store Odoo tests out. stdout and stderr are both redirected.
#
# Version 21.7.2
# Version 21.7.3
here=$(dirname $0)
source $here/odoo_scripts_common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment