Skip to content

Commit dcfcae9

Browse files
committedOct 29, 2023
bump version
1 parent 6452e15 commit dcfcae9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docs/SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Please refer to the chart below for versions with security support
88
| ----------- | ------------------ |
99
| Prereleases | :x: |
1010
| Betas | :x: |
11-
| >= 4.0.0 | :white_check_mark: |
12-
| < 4.0.0 | :x: |
11+
| >= 4.1.0 | :white_check_mark: |
12+
| < 4.1.0 | :x: |
1313

1414
As you can tell, it is strongly recommended to always be on the latest stable major release. It is strongly recommended to run the application on a modern Linux distribution with Python >=3.8.
1515

‎src/views/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@api.route("/console")
1616
@perm_required(["ADMIN", "SUPERADMIN", "PROBLEM_MANAGER"])
1717
def admin_console():
18-
return render_template("admin/console.html", ver="v4.0.0",
18+
return render_template("admin/console.html", ver="v4.1.0",
1919
maintenance_mode=os.path.exists('maintenance_mode'))
2020

2121

0 commit comments

Comments
 (0)
Please sign in to comment.