add unstable tag

This commit is contained in:
Simon
2025-06-10 08:38:58 +07:00
parent aa943567de
commit dfcd46efbf

View File

@@ -316,7 +316,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.5.3"
TA_VERSION = "v0.5.4-unstable"
# API
REST_FRAMEWORK = {