Dispatcharr/version.py
GitHub Actions a26a42f2d4
Some checks are pending
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Frontend Tests / test (push) Waiting to run
Release v0.20.0
2026-02-26 20:09:34 +00:00

5 lines
171 B
Python

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