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

19.0.1

parent 06698261226a
No related branches found
Tags 19.0.1
No related merge requests found
[bumpversion]
current_version = 19.0.0
current_version = 19.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
......
......@@ -9,5 +9,5 @@
pip need to be more recent than version 10.0 to use it to install.
The recommend way to install this module is to run ``python3 -m pip install odoo_scripts==19.0.0 --extra-index-url https://orus.io/api/v4/groups/9/-/packages/pypi/simple``.
The recommend way to install this module is to run ``python3 -m pip install odoo_scripts==19.0.1 --extra-index-url https://orus.io/api/v4/groups/9/-/packages/pypi/simple``.
......@@ -13,5 +13,5 @@
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 ``python3 -m install "odoo_scripts[docker]==19.0.0" --extra-index-url https://orus.io/api/v4/groups/9/-/packages/pypi/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 ``python3 -m install "odoo_scripts[docker]==19.0.1" --extra-index-url https://orus.io/api/v4/groups/9/-/packages/pypi/simple``.
The prerequisites for this module or one of its section can be installed by using pip3 or the package manager; the requirements are defined in ``pyproject.toml``.
To upgrade Odoo scripts, just add ``--upgrade`` to the end of the command.
......
......@@ -7,7 +7,7 @@
# - openerp to be installed
#
# Version 19.0.0
# Version 19.0.1
here=$(dirname $0)
source $here/common
......
......@@ -13,7 +13,7 @@
#
# - access to pg database
#
# Version 19.0.0
# Version 19.0.1
here=$(dirname $0)
source $here/common
......
......@@ -12,7 +12,7 @@
__version__ = version("odoo-scripts")
except PackageNotFoundError:
# package is not installed, default to the version maintained by bump2version
__version__ = "19.0.0.dev"
__version__ = "19.0.1.dev"
__author__ = "XCG Consulting"
......
......@@ -5,7 +5,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.
# Version 19.0.0
# Version 19.0.1
here=$(dirname $0)
source $here/common
......
......@@ -6,7 +6,7 @@
# You can set ODOO_DATA_DIR and ODOO_DB_HOST if you want to avoid using the default value ($HOME/var/tmp and localhost)
# ODOO_TYPE can be set instead of putting it in setup.cfg
#
# Version 19.0.0
# Version 19.0.1
here=$(dirname $0)
source $here/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