aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/api.py
diff options
context:
space:
mode:
authorDwight Lidman <dwight.lidman@arm.com>2021-11-25 17:34:42 +0100
committertim.hall <tim.hall@arm.com>2021-11-26 14:48:11 +0000
commiteed30eacb543cc1da8adc4bddce555787bd96a73 (patch)
treef19c98499eb4bb8b853c44190ee491b350feaf96 /ethosu/vela/api.py
parent3a1cfda8343e5a1e7c4a9682a351f2afdc742ffd (diff)
downloadethos-u-vela-eed30eacb543cc1da8adc4bddce555787bd96a73.tar.gz
MLBEDSW-5417: Update release notes & supported ops3.2.0.rc33.2.0
This commit updates the release notes for Vela version 3.2.0. It also updates the SUPPORTED_OPS.md file with new constraints. Updated the API version as a result of the bug fix commit 399c4a2d77df791e5d988c51d7fb1824ac4f266f. Updated Vela version in setup.py. Signed-off-by: Dwight Lidman <dwight.lidman@arm.com> Change-Id: I181e89f639a1da6013e8511ebe2d7e4f81242916
Diffstat (limited to 'ethosu/vela/api.py')
-rw-r--r--ethosu/vela/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/api.py b/ethosu/vela/api.py
index d516b8dc..f49df259 100644
--- a/ethosu/vela/api.py
+++ b/ethosu/vela/api.py
@@ -27,7 +27,7 @@ import numpy
API_VERSION_MAJOR = 1
-API_VERSION_MINOR = 1
+API_VERSION_MINOR = 2
API_VERSION = f"{API_VERSION_MAJOR}.{API_VERSION_MINOR}"