diff --git a/docker/.env b/docker/.env index 64b585d..d756f00 100644 --- a/docker/.env +++ b/docker/.env @@ -1,8 +1,8 @@ -PYICUB_VERSION=8.3.6 +PYICUB_VERSION=8.3.7 PYICUB_APPS_VERSION=master PYICUB_FRONTEND_VERSION=v8.8-ng -RELEASE_DATE=2025.10 +RELEASE_DATE=2026.04 ROBOTOLOGY_SUPERBUILD_VERSION=v2024.08.0 VERSION=${PYICUB_VERSION}_ubuntu22.04_robotology_${ROBOTOLOGY_SUPERBUILD_VERSION}-${RELEASE_DATE} diff --git a/pyicub/__init__.py b/pyicub/__init__.py index 337c202..7d1d31e 100755 --- a/pyicub/__init__.py +++ b/pyicub/__init__.py @@ -31,5 +31,5 @@ __authors__ = 'Davide De Tommaso, Adam Lukomski, Nicola Russi, Enrico Piacenti, Gioele Migno, Mohammad Gharb' __emails__ = 'davide.detommaso@iit.it, adam.lukomski@iit.it, nicola.russi@iit.it, enrico.piacenti@iit.it, gioele.migno@iit.it, mohammad.gharb@iit.it' __license__ = 'BSD-2' -__version__ = '8.3.6' +__version__ = '8.3.7' __description__ = 'Developing iCub applications using Python' diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 307363f..305c4f7 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -4,6 +4,6 @@ source "$(dirname "$0")/common.sh" initialize_environment check_existing_yarpserver -cd $ROBOT_CODE/pyicub +cd $WORKDIR/pyicub exec pytest --html=$PYTEST_OUTPUT_DIR/pytest_report.html