mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Mark 3.5.3 (#2319)
# 3.5.3 / 2023-06-07 **Deployment** - Fixed permissions error in Dockerfile - Bump dependencies for pybluemonday
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# 3.5.3 / 2023-06-08
|
||||
|
||||
**Deployment**
|
||||
|
||||
- Fixed permissions error in Dockerfile
|
||||
- Bump dependencies for pybluemonday
|
||||
|
||||
# 3.5.2 / 2023-05-01
|
||||
|
||||
**General**
|
||||
|
||||
@@ -31,7 +31,7 @@ from CTFd.utils.sessions import CachingSessionInterface
|
||||
from CTFd.utils.updates import update_check
|
||||
from CTFd.utils.user import get_locale
|
||||
|
||||
__version__ = "3.5.2"
|
||||
__version__ = "3.5.3"
|
||||
__channel__ = "oss"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ctfd",
|
||||
"version": "3.5.2",
|
||||
"version": "3.5.3",
|
||||
"description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user