UBUNTU: [Packaging] update annotations scripts

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2024-01-02 10:56:35 +01:00
committed by Paolo Pisati
parent de99603f20
commit 63a035ca10
5 changed files with 625 additions and 390 deletions
+10
View File
@@ -0,0 +1,10 @@
# -*- mode: python -*-
# version of annotations module
# Copyright © 2022 Canonical Ltd.
VERSION = "0.1"
ANNOTATIONS_FORMAT_VERSION = 5
if __name__ == "__main__":
print(VERSION)