From 27a00597ca4d9c930cb7c29580dd99eb58f3f4ad Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Thu, 26 Jun 2025 13:45:57 +0200 Subject: [PATCH] VERSION: 0.2.2 --- VERSION | 1 + common/pyproject.toml | 2 +- daq/pyproject.toml | 18 +++++++++--------- gui/pyproject.toml | 4 ++-- update_version.sh | 9 +++++++++ 5 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 VERSION create mode 100644 update_version.sh diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..f4778493 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.2.2 \ No newline at end of file diff --git a/common/pyproject.toml b/common/pyproject.toml index cf769fc0..d8755a1d 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.1" +version = "0.2.2" 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 38c02934..cbdd27b4 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -1,24 +1,24 @@ [project] name = "aaredaq" -version = "0.2.1" +version = "0.2.2" description = "AareDAQ data acquisition server" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "requests~=2.32.3", - "pyepics~=3.5.7", - "redis~=6.1.0", - "python-redis-lock~=4.0.0", + "requests==2.32.4", + "pyepics==3.5.8", + "redis==6.2.0", + "python-redis-lock==4.0.0", "PyJWT==2.10.1", - "fastapi==0.115.12", + "fastapi==0.115.13", "uvicorn==0.34.2", "ultralytics==8.3.133", "aaredb==0.1.1a11", "opencv-python-headless==4.11.0.86", "python_multipart==0.0.20", - "websocket-client", - "sseclient-py>=1.8.0", - "aaredaqlib==0.2.1", + "websocket-client==1.8.0", + "sseclient-py==1.8.0", + "aaredaqlib==0.2.2" ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 0989f350..95216ef5 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.1" +version = "0.2.2" 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.1" + "aaredaqlib==0.2.2" ] [lint] diff --git a/update_version.sh b/update_version.sh new file mode 100644 index 00000000..ebff14ba --- /dev/null +++ b/update_version.sh @@ -0,0 +1,9 @@ +#/bin/bash + +VERSION=$(