From 4184736beebdf52be92f2c6c406b9899d7e3a5fa Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 7 Oct 2023 09:53:32 +0700 Subject: [PATCH] update version --- tubearchivist/config/management/commands/ta_startup.py | 2 +- tubearchivist/config/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/config/management/commands/ta_startup.py b/tubearchivist/config/management/commands/ta_startup.py index 8ff5f37..602731f 100644 --- a/tubearchivist/config/management/commands/ta_startup.py +++ b/tubearchivist/config/management/commands/ta_startup.py @@ -223,7 +223,7 @@ class Command(BaseCommand): raise CommandError(message) def _mig_move_users_to_es(self): # noqa: C901 - """migration: update from 0.4.1 to 0.5.0 move user config to ES""" + """migration: update from 0.4.1 to 0.4.2 move user config to ES""" self.stdout.write("[MIGRATION] move user configuration to ES") redis = RedisArchivist() diff --git a/tubearchivist/config/settings.py b/tubearchivist/config/settings.py index 0afef8c..0175985 100644 --- a/tubearchivist/config/settings.py +++ b/tubearchivist/config/settings.py @@ -269,4 +269,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.4.2-unstable" +TA_VERSION = "v0.4.2"