From fd56a95596a083f68265dadf762a79614e829656 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 2 Sep 2022 15:53:48 +0200
Subject: [PATCH] Version bump for devices.LofarDeviceProxy

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

diff --git a/README.md b/README.md
index 9426fcb..cf8644b 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ tox -e debug tests.requests.test_prometheus
 
 ## Releasenotes
 
+- 0.9  - Added `devices.LofarDeviceProxy` that transparently exposes >2D attributes
 - 0.8  - Fixed XST packet parsing.
 - 0.7. - Partial rework of DTS outside code, still many possible improvements.
 - 0.6. - Correctly transpose XST blocks in `XSTCollector`.
diff --git a/VERSION b/VERSION
index a3df0a6..ac39a10 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.0
+0.9.0
-- 
GitLab