From ff652ec5edcd90090277fb219a8dc4b018cc438a Mon Sep 17 00:00:00 2001 From: appleb_m Date: Mon, 22 Dec 2025 13:54:53 +0100 Subject: [PATCH] Update VERSION to 0.2.69 --- VERSION | 2 +- common/pyproject.toml | 2 +- daq/pyproject.toml | 4 ++-- gui/pyproject.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 8d671b69..b816fa80 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.68 +0.2.69 diff --git a/common/pyproject.toml b/common/pyproject.toml index 6b509085..b43eeb87 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.68" +version = "0.2.69" description = "Libraries shared between AareDAQ and AareGUI" readme = "README.md" requires-python = ">=3.11" diff --git a/daq/pyproject.toml b/daq/pyproject.toml index b331155a..8b75faa0 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaq" -version = "0.2.68" +version = "0.2.69" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11" @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient-py==1.8.0", - "aaredaqlib==0.2.68" + "aaredaqlib==0.2.69" ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 1e0b42c6..86896082 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.68" +version = "0.2.69" description = "Beamline control GUI" readme = "README.md" requires-python = ">=3.11" @@ -9,7 +9,7 @@ dependencies = [ "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", "PySide6==6.9.0", - "aaredaqlib==0.2.68" + "aaredaqlib==0.2.69" ] [lint]