Skip to content

Commit a2241a0

Browse files
committed
v3.3.6 (2019-04-27)
- [Bugfix] Fix KeyError on first quickstart - [Improvement] De-duplication of prod/dev settings. Thanks @silviot! 😺
1 parent 2b872c9 commit a2241a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 3.3.5 (2019-04-22)
49

510
- [Feature] Pluggable LMS/CMS/forum

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.5"
1+
__version__ = "3.3.6"

0 commit comments

Comments
 (0)