We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Forward features for plugins]
Add a easy way to test the current version of TagStudio running (a string is not a handy format)
Adding a numeric tuple version (see #635)
VERSION_NUMERIC: tuple[int, int, int] = (9, 5, 0) # Major, Minor, Patch if VERSION_NUMERIC >= (9, 5, 0): # is SQL database else: # is JSON database
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Checklist
Description
[Forward features for plugins]
Add a easy way to test the current version of TagStudio running (a string is not a handy format)
Solution
Adding a numeric tuple version (see #635)
Alternatives
No response
The text was updated successfully, but these errors were encountered: