Release v0.12.0

This commit is contained in:
GitHub Actions 2025-11-19 03:39:13 +00:00
parent 3e77259b2c
commit fea7c99021

View file

@ -1,5 +1,5 @@
""" """
Dispatcharr version information. Dispatcharr version information.
""" """
__version__ = '0.11.2' # Follow semantic versioning (MAJOR.MINOR.PATCH) __version__ = '0.12.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__timestamp__ = None # Set during CI/CD build process __timestamp__ = None # Set during CI/CD build process