We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3c331 commit fc4a875Copy full SHA for fc4a875
kalite/version.py
@@ -3,6 +3,23 @@
3
VERSION = "0.12.0"
4
VERSION_INFO = {
5
6
+ "0.12.4": {
7
+ "release_date": "2014/08/07",
8
+ "git_commit": "8c3c3",
9
+ "new_features": {
10
+ "all": [],
11
+ "students": [],
12
+ "coaches": [],
13
+ "admins": [],
14
+ },
15
+ "bugs_fixed": {
16
+ "all": ["Run setup when database is not initialized on startup"],
17
+ "students": ["Stop opening new tabs when opening related videos from exercises"],
18
19
20
21
22
+
23
"0.12.3": {
24
"release_date": "2014/08/02",
25
"git_commit": "90f88",
0 commit comments