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:33:16 +0000
commit575fe10b55f57501d9920d2d3dce06d9df87791a (patch)
tree29db35f076174338edfee9e0fdf9ae3e14215247 /macaroonbakery/versions.py
parent259838b3fba6a27469ad69ab4a0f7f372d336ccf (diff)
parent8051fc0e07186078ae5419ac9de246cf6e57359a (diff)
New upstream release (0.0.5)
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