diff --git a/VERSION b/VERSION index 888a17944479974a3506ee4eaf5fd8a3248c06bd_VkVSU0lPTg==..255e810a074788f328026d073924bac213cc3ccb_VkVSU0lPTg== 100644 --- a/VERSION +++ b/VERSION @@ -1,1 +1,1 @@ -2.2 +2.3 diff --git a/do_tests b/do_tests index 888a17944479974a3506ee4eaf5fd8a3248c06bd_ZG9fdGVzdHM=..255e810a074788f328026d073924bac213cc3ccb_ZG9fdGVzdHM= 100755 --- a/do_tests +++ b/do_tests @@ -13,7 +13,7 @@ # # - access to pg database # -# Version 2.2 +# Version 2.3 here=$(dirname $0) project_home=$(cd $here && cd .. && echo $PWD) dbname=$(basename $project_home)_test diff --git a/docker_build b/docker_build index 888a17944479974a3506ee4eaf5fd8a3248c06bd_ZG9ja2VyX2J1aWxk..255e810a074788f328026d073924bac213cc3ccb_ZG9ja2VyX2J1aWxk 100755 --- a/docker_build +++ b/docker_build @@ -1,5 +1,5 @@ #!/bin/zsh -# template version 2.2 +# template version 2.3 # TODO add a way to bypass the value, maybe with a key in the setup.cfg file repository=dockerhub.xcg.io diff --git a/run_tests b/run_tests index 888a17944479974a3506ee4eaf5fd8a3248c06bd_cnVuX3Rlc3Rz..255e810a074788f328026d073924bac213cc3ccb_cnVuX3Rlc3Rz 100755 --- a/run_tests +++ b/run_tests @@ -4,7 +4,7 @@ # This script is used to run tests on a database with demo data installed. # # Either provide the name of the database (first argument) or it will default to <project>_test -# Version 2.2 +# Version 2.3 here=$(dirname $0) project_home=$(cd $here && cd .. && echo $PWD) tested_modules=$(python -B -c "import ConfigParser ; c = ConfigParser.ConfigParser() ; c.read('${project_home}/setup.cfg') ; print ','.join(c.get('odoo_scripts', 'module_list_tests', '').split())") @@ -17,7 +17,7 @@ fi echo "Using database $dbname for tests" -ODOO_TYPE=$(python -B -c "import ConfigParser ; c = ConfigParser.ConfigParser() ; c.read('${project_home}/setup.cfg') ; print c.get('odoo_scripts', 'odoo_type', 'odoo8')" +ODOO_TYPE=$(python -B -c "import ConfigParser ; c = ConfigParser.ConfigParser() ; c.read('${project_home}/setup.cfg') ; print c.get('odoo_scripts', 'odoo_type', 'odoo8')") if [ "$ODOO_TYPE" = "odoo8" ]; then loglevel="--log-level=info" diff --git a/setup.cfg b/setup.cfg index 888a17944479974a3506ee4eaf5fd8a3248c06bd_c2V0dXAuY2Zn..255e810a074788f328026d073924bac213cc3ccb_c2V0dXAuY2Zn 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2 +current_version = 2.3 parse = (?P<major>\d+)\.(?P<minor>\d+) serialize = {major}.{minor} diff --git a/start b/start index 888a17944479974a3506ee4eaf5fd8a3248c06bd_c3RhcnQ=..255e810a074788f328026d073924bac213cc3ccb_c3RhcnQ= 100755 --- a/start +++ b/start @@ -5,7 +5,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) # -# Version 2.2 +# Version 2.3 here=$(dirname $0) project_home=$(cd $here && cd .. && echo $PWD) echo "Starting odoo for development"