diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6622ff6748b4cc382be020e5624da43ad46cdca9_LmJ1bXB2ZXJzaW9uLmNmZw==..ac53259f0a9534ee264690de429c3e2cd6a77b5f_LmJ1bXB2ZXJzaW9uLmNmZw== 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 16.5.1 +current_version = 16.6.0 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) serialize = {major}.{minor}.{patch} diff --git a/create_documentation b/create_documentation index 6622ff6748b4cc382be020e5624da43ad46cdca9_Y3JlYXRlX2RvY3VtZW50YXRpb24=..ac53259f0a9534ee264690de429c3e2cd6a77b5f_Y3JlYXRlX2RvY3VtZW50YXRpb24= 100755 --- a/create_documentation +++ b/create_documentation @@ -7,7 +7,7 @@ # - openerp to be installed # -# Version 16.5.1 +# Version 16.6.0 here=$(dirname $0) source $here/common diff --git a/do_tests b/do_tests index 6622ff6748b4cc382be020e5624da43ad46cdca9_ZG9fdGVzdHM=..ac53259f0a9534ee264690de429c3e2cd6a77b5f_ZG9fdGVzdHM= 100755 --- a/do_tests +++ b/do_tests @@ -13,7 +13,7 @@ # # - access to pg database # -# Version 16.5.1 +# Version 16.6.0 here=$(dirname $0) source $here/common diff --git a/doc/conf.py b/doc/conf.py index 6622ff6748b4cc382be020e5624da43ad46cdca9_ZG9jL2NvbmYucHk=..ac53259f0a9534ee264690de429c3e2cd6a77b5f_ZG9jL2NvbmYucHk= 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ author = "Vincent Hatakeyama" # The full version, including alpha/beta/rc tags -release = "16.5.1" +release = "16.6.0" # -- General configuration --------------------------------------------------- diff --git a/odoo_scripts/__init__.py b/odoo_scripts/__init__.py index 6622ff6748b4cc382be020e5624da43ad46cdca9_b2Rvb19zY3JpcHRzL19faW5pdF9fLnB5..ac53259f0a9534ee264690de429c3e2cd6a77b5f_b2Rvb19zY3JpcHRzL19faW5pdF9fLnB5 100644 --- a/odoo_scripts/__init__.py +++ b/odoo_scripts/__init__.py @@ -1,5 +1,5 @@ """Odoo Scripts""" -__version__ = "16.5.1" +__version__ = "16.6.0" __author__ = "XCG Consulting" # expose some useful functions diff --git a/pyproject.toml b/pyproject.toml index 6622ff6748b4cc382be020e5624da43ad46cdca9_cHlwcm9qZWN0LnRvbWw=..ac53259f0a9534ee264690de429c3e2cd6a77b5f_cHlwcm9qZWN0LnRvbWw= 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo_scripts" -version = "16.5.1" +version = "16.6.0" description = "Collection of scripts for Odoo" readme = "README.rst" requires-python = ">=3.6" diff --git a/run_tests b/run_tests index 6622ff6748b4cc382be020e5624da43ad46cdca9_cnVuX3Rlc3Rz..ac53259f0a9534ee264690de429c3e2cd6a77b5f_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 16.5.1 +# Version 16.6.0 here=$(dirname $0) source $here/common diff --git a/setup.py b/setup.py index 6622ff6748b4cc382be020e5624da43ad46cdca9_c2V0dXAucHk=..ac53259f0a9534ee264690de429c3e2cd6a77b5f_c2V0dXAucHk= 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="odoo_scripts", description="Collection of scripts for Odoo", - version="16.5.1", + version="16.6.0", long_description=long_description, long_description_content_type="text/x-rst", author="XCG Consulting", diff --git a/start b/start index 6622ff6748b4cc382be020e5624da43ad46cdca9_c3RhcnQ=..ac53259f0a9534ee264690de429c3e2cd6a77b5f_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 16.5.1 +# Version 16.6.0 here=$(dirname $0) source $here/common