aboutsummaryrefslogtreecommitdiff
path: root/python/tosa_serializer.py
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-10-29 16:53:32 -0700
committerEric Kunze <eric.kunze@arm.com>2021-10-29 16:53:32 -0700
commit5867c9afd41843c167ad7595fdc6ef155e50cb29 (patch)
treeb95ddffda8c15d2d8752a00e02d49eb038f7792d /python/tosa_serializer.py
parente4bf685a54d0a903bde74c5f8403feeb929d96cc (diff)
downloadserialization_lib-5867c9afd41843c167ad7595fdc6ef155e50cb29.tar.gz
Remove draft tag for 0.23 releasev0.23.0v0.23
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I928b5ebb90b148acddff4a1a6c9e05e1791196a8
Diffstat (limited to 'python/tosa_serializer.py')
-rw-r--r--python/tosa_serializer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tosa_serializer.py b/python/tosa_serializer.py
index 3d0019e..c250305 100644
--- a/python/tosa_serializer.py
+++ b/python/tosa_serializer.py
@@ -39,7 +39,7 @@ import tosa
TOSA_VERSION_MAJOR = 0
TOSA_VERSION_MINOR = 23
TOSA_VERSION_PATCH = 0
-TOSA_VERSION_DRAFT = True
+TOSA_VERSION_DRAFT = False
TOSA_VERSION = [TOSA_VERSION_MAJOR,
TOSA_VERSION_MINOR,
TOSA_VERSION_PATCH,