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:
Kevin Chung
2023-06-08 15:26:17 -04:00
committed by GitHub
parent b89cb3cb98
commit 23cdf85bf2
3 changed files with 9 additions and 2 deletions

View File

@@ -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 # 3.5.2 / 2023-05-01
**General** **General**

View File

@@ -31,7 +31,7 @@ from CTFd.utils.sessions import CachingSessionInterface
from CTFd.utils.updates import update_check from CTFd.utils.updates import update_check
from CTFd.utils.user import get_locale from CTFd.utils.user import get_locale
__version__ = "3.5.2" __version__ = "3.5.3"
__channel__ = "oss" __channel__ = "oss"

View File

@@ -1,6 +1,6 @@
{ {
"name": "ctfd", "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.", "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", "main": "index.js",
"directories": { "directories": {