Update VERSION to 0.2.69
Build and Publish / build (push) Successful in 25s

This commit is contained in:
appleb_m
2025-12-22 13:54:53 +01:00
parent 3c81d02814
commit ff652ec5ed
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
0.2.68
0.2.69
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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]
+2 -2
View File
@@ -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]