diff --git a/create_documentation b/create_documentation index 4d31b40354b57ac4d4123ce4b18409dd879c0645_Y3JlYXRlX2RvY3VtZW50YXRpb24=..7a54704da3328403a564cc2d66c49d2bacddc265_Y3JlYXRlX2RvY3VtZW50YXRpb24= 100755 --- a/create_documentation +++ b/create_documentation @@ -7,7 +7,7 @@ # - openerp to be installed # -# Version 11.1.0 +# Version 12.0.0 here=$(dirname $0) source $here/common diff --git a/do_tests b/do_tests index 4d31b40354b57ac4d4123ce4b18409dd879c0645_ZG9fdGVzdHM=..7a54704da3328403a564cc2d66c49d2bacddc265_ZG9fdGVzdHM= 100755 --- a/do_tests +++ b/do_tests @@ -13,7 +13,7 @@ # # - access to pg database # -# Version 11.1.0 +# Version 12.0.0 here=$(dirname $0) source $here/common diff --git a/odoo_scripts/__init__.py b/odoo_scripts/__init__.py index 4d31b40354b57ac4d4123ce4b18409dd879c0645_b2Rvb19zY3JpcHRzL19faW5pdF9fLnB5..7a54704da3328403a564cc2d66c49d2bacddc265_b2Rvb19zY3JpcHRzL19faW5pdF9fLnB5 100644 --- a/odoo_scripts/__init__.py +++ b/odoo_scripts/__init__.py @@ -1,4 +1,4 @@ -__version__ = "11.1.0" +__version__ = "12.0.0" __author__ = "XCG Consulting" # expose some useful functions diff --git a/run_tests b/run_tests index 4d31b40354b57ac4d4123ce4b18409dd879c0645_cnVuX3Rlc3Rz..7a54704da3328403a564cc2d66c49d2bacddc265_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 11.1.0 +# Version 12.0.0 here=$(dirname $0) source $here/common diff --git a/setup.cfg b/setup.cfg index 4d31b40354b57ac4d4123ce4b18409dd879c0645_c2V0dXAuY2Zn..7a54704da3328403a564cc2d66c49d2bacddc265_c2V0dXAuY2Zn 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.1.0 +current_version = 12.0.0 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) serialize = {major}.{minor}.{patch} diff --git a/setup.py b/setup.py index 4d31b40354b57ac4d4123ce4b18409dd879c0645_c2V0dXAucHk=..7a54704da3328403a564cc2d66c49d2bacddc265_c2V0dXAucHk= 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="odoo_scripts", description="Collection of scripts for Odoo", - version="11.1.0", + version="12.0.0", long_description=long_description, long_description_content_type="text/x-rst", author="XCG Consulting", diff --git a/start b/start index 4d31b40354b57ac4d4123ce4b18409dd879c0645_c3RhcnQ=..7a54704da3328403a564cc2d66c49d2bacddc265_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 11.1.0 +# Version 12.0.0 here=$(dirname $0) source $here/common