Mark 2.2.1 (#1208)

2.2.1 / 2020-01-04
==================

**General**
* Fix issue preventing admins from creating users or teams
* Fix issue importing backups that contained empty directories
bulk-clear-sessions 2.2.1
Kevin Chung 2020-01-04 01:20:50 -05:00 committed by GitHub
parent 7ff6163309
commit dc492c97af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2.2.1 / 2020-01-04
==================
**General**
* Fix issue preventing admins from creating users or teams
* Fix issue importing backups that contained empty directories
2.2.0 / 2019-12-22
==================

View File

@ -30,7 +30,7 @@ if sys.version_info[0] < 3:
reload(sys) # noqa: F821
sys.setdefaultencoding("utf-8")
__version__ = "2.2.0"
__version__ = "2.2.1"
class CTFdRequest(Request):

View File

@ -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.2.0'
release = u'2.2.1'
# -- General configuration ---------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "ctfd",
"version": "2.1.5",
"version": "2.2.1",
"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": {