bump version to 0.5.3 (#2306)

This commit is contained in:
takatost 2024-02-01 18:11:57 +08:00 committed by GitHub
commit 9f637ead38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
169 changed files with 591 additions and 670 deletions

View file

@ -1,12 +1,12 @@
import os
from functools import wraps
from constants.languages import supported_language
from controllers.console import api
from controllers.console.wraps import only_edition_cloud
from extensions.ext_database import db
from flask import request
from flask_restful import Resource, reqparse
from constants.languages import supported_language
from models.model import App, InstalledApp, RecommendedApp
from werkzeug.exceptions import NotFound, Unauthorized