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 653e09c commit d87a2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorwebui/__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__
Expand Down

0 comments on commit d87a2ac

Please sign in to comment.