Skip to content

Commit

Permalink
Bump version to 1.6 (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
billti committed Jun 6, 2024
1 parent 5a1054e commit 1e123fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from datetime import datetime, timezone

# To be updated every time we start a new major.minor version.
major_minor = "1.5"
major_minor = "1.6"

# Default to 'dev' builds
BUILD_TYPE = os.environ.get("BUILD_TYPE") or "dev"
Expand Down

0 comments on commit 1e123fa

Please sign in to comment.