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:
committed by
Paolo Pisati
parent
de99603f20
commit
63a035ca10
+10
@@ -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)
|
||||
Reference in New Issue
Block a user