Mark 2.2.2 (#1212)

2.2.2 / 2020-01-09
==================

**General**
* Add jQuery, Moment, nunjucks, and Howl to window globals to make it easier for plugins to access JS modules
* Fix issue with timezone loading in config page which was preventing display of CTF times
This commit is contained in:
Kevin Chung
2020-01-09 20:32:50 -05:00
committed by GitHub
parent d37805b6fe
commit fe85fdf1e5
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.1'
release = u'2.2.2'
# -- General configuration ---------------------------------------------------