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

L2SS-1030: update repo version

parent c66e492b
No related branches found
No related tags found
1 merge request!468Resolve L2SS-1030 "Create configuration device"
...@@ -115,6 +115,7 @@ Next change the version in the following places: ...@@ -115,6 +115,7 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.5.0 Add `Configuration` device
* 0.4.1 Fix for missing SDP attributes for spectral inversion * 0.4.1 Fix for missing SDP attributes for spectral inversion
* 0.4.0 Have most containers report health status and add `make await` command * 0.4.0 Have most containers report health status and add `make await` command
* 0.3.1 Fix for applying boot device dsconfig * 0.3.1 Fix for applying boot device dsconfig
......
0.4.1 0.5.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.4.1", stat.station_version_id) self.assertEqual("0.5.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.
Please register or to comment