Skip to content
Snippets Groups Projects
Commit c3816ecb authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-1008: update version

parent 47803ab5
No related branches found
No related tags found
1 merge request!460Resolve L2SS-1008 "Beamlet source addresses"
...@@ -104,4 +104,4 @@ Next change the version in the following places: ...@@ -104,4 +104,4 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.1.2 Fix `StatisticsClient` accessing `last_invalid_packet_exception` parameter * 0.2.0 Extend Beamlet device with FPGA source address attributes
0.1.2 0.2.0
...@@ -82,7 +82,7 @@ class TestStatisticsWriterSST(BaseIntegrationTestCase): ...@@ -82,7 +82,7 @@ class TestStatisticsWriterSST(BaseIntegrationTestCase):
'2021-09-20T12:17:40.000+00:00' '2021-09-20T12:17:40.000+00:00'
) )
self.assertIsNotNone(stat) self.assertIsNotNone(stat)
self.assertEqual("0.1.2", stat.station_version_id) self.assertEqual("0.2.0", stat.station_version_id)
self.assertEqual("0.1", stat.writer_version_id) self.assertEqual("0.1", stat.writer_version_id)
def test_insert_tango_SST_statistics(self): def test_insert_tango_SST_statistics(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment