Skip to content

Commit 1d47b8d

Browse files
committed
Increment version to 0.14.2.
1 parent dceccca commit 1d47b8d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

data/version.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
coaches: []
14+
admins: []
15+
116
0.14.1:
217
release_date: "2015/10/02"
318
git_commit: "0818d65"

kalite/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
88
MAJOR_VERSION = "0"
99
MINOR_VERSION = "14"
10-
PATCH_VERSION = "1"
10+
PATCH_VERSION = "2"
1111
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
1212
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
1313

0 commit comments

Comments
 (0)