From c3816ecb0d7ee10b79bf3737da8be84c70e86184 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Tue, 18 Oct 2022 13:05:29 +0200
Subject: [PATCH] L2SS-1008: update version

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

diff --git a/README.md b/README.md
index cb44d8f3a..b87926f2a 100644
--- a/README.md
+++ b/README.md
@@ -104,4 +104,4 @@ Next change the version in the following places:
 
 # Release Notes
 
-* 0.1.2 Fix `StatisticsClient` accessing `last_invalid_packet_exception` parameter
+* 0.2.0 Extend Beamlet device with FPGA source address attributes
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index d917d3e26..0ea3a944b 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.1.2
+0.2.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 504ac8556..54a607c75 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.1.2", stat.station_version_id)
+                self.assertEqual("0.2.0", stat.station_version_id)
                 self.assertEqual("0.1", stat.writer_version_id)
 
     def test_insert_tango_SST_statistics(self):
-- 
GitLab