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
This commit is contained in:
Kevin Chung
2020-01-04 01:20:50 -05:00
committed by GitHub
parent 7ff6163309
commit dc492c97af
4 changed files with 11 additions and 3 deletions

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 ---------------------------------------------------