Skip to content

Commit

Permalink
feat: auto-switch to nightly
Browse files Browse the repository at this point in the history
Automatically switch to nightly based on the version from Tutor core.
This means we will no longer have conflicts when we merge major releases
branches to the nightly branch.
  • Loading branch information
regisb committed Nov 20, 2023
1 parent 0ce730a commit fe4d5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorindigo/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__package_version__ = __version__

# Handle version suffix for nightly, just like tutor core.
__version_suffix__ = ""
from tutor.__about__ import __version_suffix__

if __version_suffix__:
__version__ += "-" + __version_suffix__

0 comments on commit fe4d5b1

Please sign in to comment.