From 923d9a462b490eb635297956161adb8686b1843f Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Mon, 31 Oct 2022 11:39:29 +0100
Subject: [PATCH] L2SS-988: Reserve version for health polling release

---
 README.md                                                    | 5 +++--
 tangostationcontrol/VERSION                                  | 2 +-
 .../integration_test/default/statistics/test_writer_sst.py   | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f1f8eae13..ddd5baef1 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 0ea3a944b..1d0ba9ea1 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 89eb31d8e..cac23a518 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):
-- 
GitLab