add unstable TA_VERSION

This commit is contained in:
Simon 2025-03-25 09:10:52 +01:00
parent 4ae59848b4
commit c6329571ae
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

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