summaryrefslogtreecommitdiff
path: root/macaroonbakery/versions.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-11-06 10:04:48 +0000
committerColin Watson <cjwatson@debian.org>2017-11-06 10:04:48 +0000
commit37d61d0415f6cc96a7a9abe057e1ae0f89fd977e (patch)
tree4ca3c2560d2ba062adb7de86d047d67db8984940 /macaroonbakery/versions.py
parent3d9eaeb5dacee168a93da090e2c0d46eedbe51a2 (diff)
Import py-macaroon-bakery_0.0.5.orig.tar.gz
Diffstat (limited to 'macaroonbakery/versions.py')
-rw-r--r--macaroonbakery/versions.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/macaroonbakery/versions.py b/macaroonbakery/versions.py
index 5287c4c..7446d31 100644
--- a/macaroonbakery/versions.py
+++ b/macaroonbakery/versions.py
@@ -2,8 +2,8 @@
# 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
+VERSION_0 = 0
+VERSION_1 = 1
+VERSION_2 = 2
+VERSION_3 = 3
+LATEST_VERSION = VERSION_3