From 34789273e6e53fc72b68687cd0a49da31c5c6147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sun, 28 Apr 2019 09:35:51 +0200 Subject: [PATCH] v3.3.8 (2019-04-28) - [Bugfix] Reduce the number of gunicorn workers to address RAM usage (#207) --- tutor/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor/__about__.py b/tutor/__about__.py index 1de0460..158a549 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.7" +__version__ = "3.3.8"