Dispatcharr/version.py
GitHub Actions 50d90ab0ee
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.21.0
2026-03-17 21:25:50 +00:00

5 lines
171 B
Python

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