mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-25 15:10:12 +00:00
update version
This commit is contained in:
parent
81a5f15600
commit
4184736bee
@ -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()
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user