diff --git a/README.md b/README.md index 16278d9644dfb6437013f9074fac337d1f5b9008..9fe839d03d82e24424fd0d64f27da5335a51b39d 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Next change the version in the following places: through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags) # Release Notes +* 0.46.1 Include clock_RW in metadata JSON * 0.46.0 Expose latest BST/SST/XST from ZMQ over gRPC * 0.45.12 Improve syslog parsing for PyPCC logs * 0.45.11 Add Antenna Status & Use gRPC interface diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 301092317fea56b1ee1d4ebb95077ef224da7459..620104d8208446199c33c5cdafb5ae4be455ce81 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.46.0 +0.46.1 diff --git a/tangostationcontrol/tangostationcontrol/devices/metadata.py b/tangostationcontrol/tangostationcontrol/devices/metadata.py index 87365a43ec214efd6be8bb0610ccc7b691b6a888..05d1aae7f3ac878accc4c0ad3cd61f1ae96d0494 100644 --- a/tangostationcontrol/tangostationcontrol/devices/metadata.py +++ b/tangostationcontrol/tangostationcontrol/devices/metadata.py @@ -154,6 +154,7 @@ class Metadata(LOFARDevice): "FPGA_hardware_version_R", "nr_signal_inputs_R", "first_signal_input_index_R", + "clock_RW", ], "ObservationControl": ["running_observations_R", "active_antenna_fields_R"], }