From f644fc290b2cfd8ad7d65ff2dde00909efbd70c9 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 8 May 2024 08:50:01 +0200
Subject: [PATCH] bump version

---
 README.md                   | 2 ++
 tangostationcontrol/VERSION | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 148298d22..499b10c70 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,8 @@ Next change the version in the following places:
 
 # Release Notes
 
+* 0.36.2 Fix polling 2D attributes
+         Harden periodic tasks against exceptions
 * 0.36.1 Fix tile beamforming
 * 0.36.0 Upgraded base image to tango-itango:9.5.0, greatly improving numpy performance
          Improved multi-threading performance for delay calculations for beam pointing and tracking
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index 19199bcca..d647c8a44 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.36.1
+0.36.2
-- 
GitLab