diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 915e501a337a4ceaec2606b6a53c08242524b20c_LmJ1bXB2ZXJzaW9uLmNmZw==..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_LmJ1bXB2ZXJzaW9uLmNmZw== 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 18.0.1 +current_version = 18.1.0 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) serialize = {major}.{minor}.{patch} diff --git a/README.rst b/README.rst index 915e501a337a4ceaec2606b6a53c08242524b20c_UkVBRE1FLnJzdA==..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_UkVBRE1FLnJzdA== 100644 --- a/README.rst +++ b/README.rst @@ -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==18.0.1 --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==18.1.0 --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]==18.0.1" --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]==18.1.0" --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. diff --git a/create_documentation b/create_documentation index 915e501a337a4ceaec2606b6a53c08242524b20c_Y3JlYXRlX2RvY3VtZW50YXRpb24=..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_Y3JlYXRlX2RvY3VtZW50YXRpb24= 100755 --- a/create_documentation +++ b/create_documentation @@ -7,7 +7,7 @@ # - openerp to be installed # -# Version 18.0.1 +# Version 18.1.0 here=$(dirname $0) source $here/common diff --git a/do_tests b/do_tests index 915e501a337a4ceaec2606b6a53c08242524b20c_ZG9fdGVzdHM=..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_ZG9fdGVzdHM= 100755 --- a/do_tests +++ b/do_tests @@ -13,7 +13,7 @@ # # - access to pg database # -# Version 18.0.1 +# Version 18.1.0 here=$(dirname $0) source $here/common diff --git a/odoo_scripts/__init__.py b/odoo_scripts/__init__.py index 915e501a337a4ceaec2606b6a53c08242524b20c_b2Rvb19zY3JpcHRzL19faW5pdF9fLnB5..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_b2Rvb19zY3JpcHRzL19faW5pdF9fLnB5 100644 --- a/odoo_scripts/__init__.py +++ b/odoo_scripts/__init__.py @@ -12,7 +12,7 @@ __version__ = version("odoo-scripts") except PackageNotFoundError: # package is not installed, default to the version maintained by bump2version - __version__ = "18.0.1.dev" + __version__ = "18.1.0.dev" __author__ = "XCG Consulting" diff --git a/run_tests b/run_tests index 915e501a337a4ceaec2606b6a53c08242524b20c_cnVuX3Rlc3Rz..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_cnVuX3Rlc3Rz 100755 --- a/run_tests +++ b/run_tests @@ -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 18.0.1 +# Version 18.1.0 here=$(dirname $0) source $here/common diff --git a/start b/start index 915e501a337a4ceaec2606b6a53c08242524b20c_c3RhcnQ=..49db5f9aafcdaa3b9c49e625b6d416008a9130a2_c3RhcnQ= 100755 --- a/start +++ b/start @@ -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 18.0.1 +# Version 18.1.0 here=$(dirname $0) source $here/common