Skip to content

Commit 160bd91

Browse files
authored
Bump version
Bump version to 5.7.0
1 parent ebbbbea commit 160bd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avalon/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
VERSION_MAJOR = 5
11-
VERSION_MINOR = 6
11+
VERSION_MINOR = 7
1212
VERSION_PATCH = 0
1313

1414
version = "%s.%s" % (VERSION_MAJOR, VERSION_MINOR)
@@ -36,7 +36,7 @@
3636
).rstrip())
3737

3838
# Builds since previous minor version
39-
VERSION_PATCH -= 1531
39+
VERSION_PATCH -= 1707
4040
VERSION_PATCH -= 83
4141
VERSION_PATCH -= 86
4242

0 commit comments

Comments
 (0)