Skip to content
Snippets Groups Projects
Commit 923d9a46 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-988: Reserve version for health polling release

parent 1102fe8f
No related branches found
No related tags found
No related merge requests found
......@@ -109,9 +109,10 @@ Next change the version in the following places:
2. In [test_writer_sst.py](tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py)
for the `test_header_info` test.
3. Add a [Release note](#release-notes) for the given version.
3. Once the merge requests is merged to master, add a tag with the version (just x.x.x not Vx.x.x)
4. Once the merge requests is merged to master, add a tag with the version (just x.x.x not Vx.x.x)
# Release Notes
* 0.1.2 Fix `StatisticsClient` accessing `last_invalid_packet_exception` parameter
* 0.4.0 Have most containers report health status and add `make await` command
* 0.2.0 Extend `Beamlet` device with FPGA source address attributes
* 0.1.2 Fix `StatisticsClient` accessing `last_invalid_packet_exception` parameter
0.2.0
0.4.0
......@@ -82,7 +82,7 @@ class TestStatisticsWriterSST(BaseIntegrationTestCase):
'2021-09-20T12:17:40.000+00:00'
)
self.assertIsNotNone(stat)
self.assertEqual("0.2.0", stat.station_version_id)
self.assertEqual("0.4.0", stat.station_version_id)
self.assertEqual("0.1", stat.writer_version_id)
def test_insert_tango_SST_statistics(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment