We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e524 commit 521a145Copy full SHA for 521a145
data/version.yml
@@ -1,3 +1,14 @@
1
+0.16.3:
2
+ release_date: "2016/04/25"
3
+ git_commit: ""
4
+ new_features: []
5
+ bugs_fixed:
6
+ all:
7
+ - Fix for 'nix based systems with unconventional kernel versioning (#5087)
8
+ students: []
9
+ coaches: []
10
+ admins: []
11
+
12
0.16.2:
13
release_date: "2016/04/12"
14
git_commit: ""
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 = "16"
-PATCH_VERSION = "2"
+PATCH_VERSION = "3"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
0 commit comments