From a2c7faf967feb85f969aa8d01e8ed728a8a9a425 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 20 Mar 2024 12:06:33 +0000 Subject: [PATCH] rtems-proxy version 0.2.1 --- ioc/install_proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioc/install_proxy.sh b/ioc/install_proxy.sh index 64f2057..d53ac26 100644 --- a/ioc/install_proxy.sh +++ b/ioc/install_proxy.sh @@ -17,7 +17,7 @@ # so proxy installation is not required. if [[ $EPICS_TARGET_ARCH == "RTEMS-beatnik" ]] ; then - pip install rtems-proxy=="0.2.0" + pip install rtems-proxy=="0.2.1" fi # no other proxies supported at present