From d0e9b68f231aa18f5bc8cabbdf13e85473edeea8 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 7 May 2024 09:19:17 +0200
Subject: [PATCH] bump version

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

diff --git a/README.md b/README.md
index 33d7c7af0..e6557dcf5 100644
--- a/README.md
+++ b/README.md
@@ -161,10 +161,15 @@ Next change the version in the following places:
 
 # Release Notes
 
+* 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
+         Added logging for observation initialisation sequence
+         Update tile-beam weights (HBAT_BF_delay_steps) at most once every 10s
 * 0.35.0 Rename Antenna_Quality -> Antenna_Status to line up with LOFAR1 nomenclature
          Force arrays reporting about antennas in AFH/AFL devices to always match the number of antennas
          Added NOT_AVAILABLE antenna status
          Changed Antenna_Status_R and Antenna_Use_R from int arrays to enum arrays
+         Added Antenna_Status_int_R reflecting the int value of the enum
          Removed Antenna_Quality_str_R and Antenna_Use_str_R
 * 0.34.3 Fix compute_weights for >1D arrays
 * 0.34.2 Generate CHANGE_EVENTs from AttributePoller
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index 7b52f5e51..93d4c1ef0 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.35.0
+0.36.0
-- 
GitLab