Commit a974c1e5 authored by Kirill Smelkov's avatar Kirill Smelkov

Release 0.140

parent 63b240f1
Pipeline #31429 passed with stage
0.140 (2023-11-30)
==================
* promise/plugin: teach `check_sdr_busy`, `check_rx_saturated` and `check_cpri_lock` to handle multiple radio units
* promise/plugin: adjust Amarisoft-related promises and tests to treat `data` in `*.json.log` as real JSON
* promise/plugin: adjust `check_rx_saturated` messages to provide details about maximum detected signal level
* all: general improvement on code quality here and there
0.139 (2023-09-22)
==================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.139'
version = '0.140'
name = 'slapos.toolbox'
long_description = open("README.rst").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment