diff --git a/README.md b/README.md index f1f8eae1392d18924664aab90db19473caf2e33f..ddd5baef13327fc1823c364781a6d5bf79b75abf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 0ea3a944b399d25f7e1b8fe684d754eb8da9fe7f..1d0ba9ea182b0f7354f3daf12120744ec5e0c2f8 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.2.0 +0.4.0 diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py b/tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py index 89eb31d8ef6db7f74345aab8b0ba7bf35de741e1..cac23a518c77d20ed0a339b64e63a9af2c6dd9ef 100644 --- a/tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py +++ b/tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py @@ -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):