Skip to content

Commit

Permalink
Include version of pycamilladsp-plot
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Oct 15, 2024
1 parent 915568c commit c6d8037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import sys
import camilladsp
from camilladsp_plot.validate_config import CamillaValidator
from camilladsp_plot import VERSION as plot_version

from backend.version import VERSION
from backend.routes import setup_routes, setup_static_routes
Expand Down Expand Up @@ -38,6 +39,7 @@ def build_app(backend_config):
app["STATUSCACHE"] = {
"backend_version": version_string(VERSION),
"py_cdsp_version": version_string(app["CAMILLA"].versions.library()),
"py_cdsp_plot_version": plot_version,
"backends": [],
"playback_devices": {},
"capture_devices": {},
Expand Down

0 comments on commit c6d8037

Please sign in to comment.