From 5451162090ec6540dbc2bf0b302340f3ca38a83f Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Mon, 21 Nov 2022 11:31:27 +0000 Subject: MLBEDSW-7008: Update RELEASES.md, SUPPORTED_OPS.md and setup.py - Update SUPPORTED_OPS.md with release version - Update setup.py with release version - Update RELEASES.md with release notes and comments Change-Id: If5cd5525d8a52a13245940bfbb262db8c9e13003 Signed-off-by: Rickard Bolin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ffa74e11..69a115a9 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ class BuildExtension(build_ext): this_directory = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f: long_description = f.read() - tag = "3.5.0" + tag = "3.6.0" url = f"https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/tags/{tag}/" # Find all markdown links that match the format: [text](link) for match, link in re.findall(r"(\[.+?\]\((.+?)\))", long_description): -- cgit v1.2.1