We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dceccca commit 1d47b8dCopy full SHA for 1d47b8d
data/version.yml
@@ -1,3 +1,18 @@
1
+0.14.2:
2
+ release_date: "2015/10/02"
3
+ git_commit: "dceccca"
4
+ new_features:
5
+ all: []
6
+ students:
7
+ coaches: []
8
+ admins: []
9
+ bugs_fixed:
10
+ all:
11
+ Properly compare language pack versions (#4587).
12
+ students: []
13
14
15
+
16
0.14.1:
17
release_date: "2015/10/02"
18
git_commit: "0818d65"
kalite/version.py
@@ -7,7 +7,7 @@
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
MAJOR_VERSION = "0"
MINOR_VERSION = "14"
-PATCH_VERSION = "1"
+PATCH_VERSION = "2"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
0 commit comments