* CTFd v3 beta
* Documentation extracted into its own repo
* Fix for dynamic challenge flag submission
This commit is contained in:
Kevin Chung
2020-07-15 15:36:25 -04:00
committed by GitHub
parent 323badd3ed
commit 6c84a9fa19
18 changed files with 17 additions and 1098 deletions

View File

@@ -26,7 +26,7 @@ from CTFd.utils.migrations import create_database, migrations, stamp_latest_revi
from CTFd.utils.sessions import CachingSessionInterface
from CTFd.utils.updates import update_check
__version__ = "3.0.0a2"
__version__ = "3.0.0b1"
class CTFdRequest(Request):