add unstable TA_VERSION tag

This commit is contained in:
Simon
2025-04-04 05:59:01 +02:00
parent 8fd217e6f0
commit 5ca295ccff

View File

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