Merge branch 'master' into master-unstable

This commit is contained in:
2025-11-18 16:55:46 +01:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
[project]
name = "aaredaqlib"
version = "0.2.4"
version = "0.2.6"
description = "Libraries shared between AareDAQ and AareGUI"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pydantic==2.11.4",
"numpy==2.2.5",
"jfjoch_client==1.0.0rc80",
"jfjoch_client==1.0.0rc87",
]
[lint]
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "aaredaq"
version = "0.2.4"
version = "0.2.6"
description = "AareDAQ data acquisition server"
readme = "README.md"
requires-python = ">=3.11"