Skip to content

Commit 521a145

Browse files
committed
Bump version for 0.16.3
1 parent 888e524 commit 521a145

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

data/version.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
0.16.2:
213
release_date: "2016/04/12"
314
git_commit: ""

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 = "16"
10-
PATCH_VERSION = "2"
10+
PATCH_VERSION = "3"
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)