Skip to content

Commit ff24947

Browse files
committed
Bump version to 0.18.0
1 parent fd63f5f commit ff24947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changlog
22
=========
33

4-
0.18.0 (2019-xx-yy)
4+
0.18.0 (2019-09-27)
55
--------------------
66

77
* First import.

huskar_sdk_v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import absolute_import
22

33

4-
version = (0, 17, 3)
4+
version = (0, 18, 0)
55
__version__ = ".".join([str(v) for v in version])

0 commit comments

Comments
 (0)