summaryrefslogtreecommitdiff
path: root/macaroonbakery/versions.py
diff options
context:
space:
mode:
Diffstat (limited to 'macaroonbakery/versions.py')
-rw-r--r--macaroonbakery/versions.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/macaroonbakery/versions.py b/macaroonbakery/versions.py
new file mode 100644
index 0000000..5287c4c
--- /dev/null
+++ b/macaroonbakery/versions.py
@@ -0,0 +1,9 @@
+# Copyright 2017 Canonical Ltd.
+# Licensed under the LGPLv3, see LICENCE file for details.
+
+
+BAKERY_V0 = 0
+BAKERY_V1 = 1
+BAKERY_V2 = 2
+BAKERY_V3 = 3
+LATEST_BAKERY_VERSION = BAKERY_V3