diff --git a/CTFd/__init__.py b/CTFd/__init__.py index 4faeda20..44b620b7 100644 --- a/CTFd/__init__.py +++ b/CTFd/__init__.py @@ -31,7 +31,7 @@ if sys.version_info[0] < 3: reload(sys) # noqa: F821 sys.setdefaultencoding("utf-8") -__version__ = "2.4.2" +__version__ = "2.4.3" class CTFdRequest(Request): diff --git a/docs/conf.py b/docs/conf.py index ae77643f..c41aeca5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = u"Kevin Chung" # The short X.Y version version = u"" # The full version, including alpha/beta/rc tags -release = u"2.4.2" +release = u"2.4.3" # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index 24f0ea77..7d8627d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctfd", - "version": "2.4.2", + "version": "2.4.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": {