diff --git a/VERSION b/VERSION index 69de86e23cc511bcd8f322d4d31a24b0f5da7a1c_VkVSU0lPTg==..b7cbf1e3520d2f12332560ac26c13096e787c41d_VkVSU0lPTg== 100644 --- a/VERSION +++ b/VERSION @@ -1,1 +1,1 @@ -2.12 +2.13 diff --git a/do_tests b/do_tests index 69de86e23cc511bcd8f322d4d31a24b0f5da7a1c_ZG9fdGVzdHM=..b7cbf1e3520d2f12332560ac26c13096e787c41d_ZG9fdGVzdHM= 100755 --- a/do_tests +++ b/do_tests @@ -13,7 +13,7 @@ # # - access to pg database # -# Version 2.12 +# Version 2.13 here=$(dirname $0) project_home=$(cd $here && cd .. && echo $PWD) diff --git a/docker_build.py b/docker_build.py index 69de86e23cc511bcd8f322d4d31a24b0f5da7a1c_ZG9ja2VyX2J1aWxkLnB5..b7cbf1e3520d2f12332560ac26c13096e787c41d_ZG9ja2VyX2J1aWxkLnB5 100755 --- a/docker_build.py +++ b/docker_build.py @@ -2,7 +2,7 @@ # vim: set shiftwidth=4 softtabstop=4: """Script to locally build a docker image """ -# Version 2.12 +# Version 2.13 import argparse import json import logging diff --git a/run_tests b/run_tests index 69de86e23cc511bcd8f322d4d31a24b0f5da7a1c_cnVuX3Rlc3Rz..b7cbf1e3520d2f12332560ac26c13096e787c41d_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 overriden by setting ODOO_SCRIPTS_DB_USER. -# Version 2.12 +# Version 2.13 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())") diff --git a/setup.cfg b/setup.cfg index 69de86e23cc511bcd8f322d4d31a24b0f5da7a1c_c2V0dXAuY2Zn..b7cbf1e3520d2f12332560ac26c13096e787c41d_c2V0dXAuY2Zn 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.12 +current_version = 2.13 parse = (?P<major>\d+)\.(?P<minor>\d+) serialize = {major}.{minor} diff --git a/start b/start index 69de86e23cc511bcd8f322d4d31a24b0f5da7a1c_c3RhcnQ=..b7cbf1e3520d2f12332560ac26c13096e787c41d_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.12 +# Version 2.13 here=$(dirname $0) project_home=$(cd $here && cd .. && echo $PWD) python="/usr/bin/env python"