add unstable tag

This commit is contained in:
Simon
2025-07-01 11:08:37 +07:00
parent dfb984590d
commit bc66b4bef6

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.4"
TA_VERSION = "v0.5.5-unstable"
# API
REST_FRAMEWORK = {