Skip to content

Commit a1640b9

Browse files
committed
v1.11.2
1 parent 26a377f commit a1640b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11.1"
1+
__version__ = "1.11.2"

yamcs-client/src/yamcs/client/timeline/model.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ class Trace:
390390
class ParameterPlot(Band):
391391
"""
392392
Plot the values of a numeric parameter.
393+
394+
.. versionadded:: 1.11.2
395+
Compatible with Yamcs 5.11.2 onwards
393396
"""
394397

395398
def __init__(self, proto=None):
@@ -574,6 +577,9 @@ class RangeMapping:
574577
class ParameterStateBand(Band):
575578
"""
576579
Show state transitions of a parameter
580+
581+
.. versionadded:: 1.11.2
582+
Compatible with Yamcs 5.11.2 onwards
577583
"""
578584

579585
def __init__(self, proto=None):

0 commit comments

Comments
 (0)