Update spec version

This commit is contained in:
Piero Toffanin 2021-10-26 16:06:12 -04:00
parent 9d95e07d82
commit 93b711aa74

View file

@ -876,7 +876,7 @@ def create_app(args):
return jsonify({"success": True})
swag = swagger(app)
swag["info"]["version"] = "1.2.1"
swag["info"]["version"] = "1.3.0"
swag["info"]["title"] = "LibreTranslate"
@app.route("/spec")