bump TA_VERSION

This commit is contained in:
Simon 2025-03-09 21:37:18 +07:00
parent b3376318ac
commit 264394a50b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

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