From 23cdf85bf2a9755460c98d8028b017f53831c13e Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Thu, 8 Jun 2023 15:26:17 -0400 Subject: [PATCH] Mark 3.5.3 (#2319) # 3.5.3 / 2023-06-07 **Deployment** - Fixed permissions error in Dockerfile - Bump dependencies for pybluemonday --- CHANGELOG.md | 7 +++++++ CTFd/__init__.py | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c552e029..01820f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/CTFd/__init__.py b/CTFd/__init__.py index 43f7b32a..46267c3c 100644 --- a/CTFd/__init__.py +++ b/CTFd/__init__.py @@ -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" diff --git a/package.json b/package.json index f1673943..7db6d286 100644 --- a/package.json +++ b/package.json @@ -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": {