We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b872c9 commit a2241a0Copy full SHA for a2241a0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.3.6 (2019-04-27)
4
+
5
+- [Bugfix] Fix KeyError on first quickstart
6
+- [Improvement] De-duplication of prod/dev settings. Thanks @silviot! 😺
7
8
## 3.3.5 (2019-04-22)
9
10
- [Feature] Pluggable LMS/CMS/forum
tutor/__about__.py
@@ -1 +1 @@
-__version__ = "3.3.5"
+__version__ = "3.3.6"
0 commit comments