Skip to content

Commit c49c6ef

Browse files
author
Kaito Sakurai
committed
bump version
1 parent 684a45b commit c49c6ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 1.1.1 - 2019/01/28
2+
--------------------------
3+
4+
* Improvements
5+
* Suppress warnings at compile (#400, 401)
6+
17
Release 1.1.0 - 2018/08/27
28
--------------------------
39

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from functools import partial
55
import os
66
import sys
77

8-
VERSION = '1.1.0'
8+
VERSION = '1.1.1'
99
ABI_VERSION = VERSION
1010
APPNAME = 'jubatus_core'
1111

0 commit comments

Comments
 (0)