Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Bump version to 5.7.0
  • Loading branch information
davidlatwe committed Mar 9, 2020
1 parent ebbbbea commit 160bd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avalon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

VERSION_MAJOR = 5
VERSION_MINOR = 6
VERSION_MINOR = 7
VERSION_PATCH = 0

version = "%s.%s" % (VERSION_MAJOR, VERSION_MINOR)
Expand Down Expand Up @@ -36,7 +36,7 @@
).rstrip())

# Builds since previous minor version
VERSION_PATCH -= 1531
VERSION_PATCH -= 1707
VERSION_PATCH -= 83
VERSION_PATCH -= 86

Expand Down

0 comments on commit 160bd91

Please sign in to comment.