Dispatcharr/version.py
GitHub Actions df53439789
Some checks failed
Backend Tests / Plan test groups (push) Waiting to run
Backend Tests / (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Frontend Tests / test (push) Has been cancelled
Release v0.28.0
2026-07-19 21:58:10 +00:00

5 lines
171 B
Python

"""
Dispatcharr version information.
"""
__version__ = '0.28.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__timestamp__ = None # Set during CI/CD build process