summaryrefslogtreecommitdiff
path: root/macaroonbakery/versions.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-11-03 12:13:13 +0000
committerColin Watson <cjwatson@debian.org>2017-11-03 12:13:13 +0000
commit3d9eaeb5dacee168a93da090e2c0d46eedbe51a2 (patch)
tree779d797fb3cf6cc9552cb08c40662b5d3d8397fd /macaroonbakery/versions.py
parent79ff2842fa477ee0693ea167c0a74cd7cf080d27 (diff)
Import py-macaroon-bakery_0.0.4.orig.tar.gz
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