We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd63f5f commit ff24947Copy full SHA for ff24947
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changlog
2
=========
3
4
-0.18.0 (2019-xx-yy)
+0.18.0 (2019-09-27)
5
--------------------
6
7
* First import.
huskar_sdk_v2/__init__.py
@@ -1,5 +1,5 @@
from __future__ import absolute_import
-version = (0, 17, 3)
+version = (0, 18, 0)
__version__ = ".".join([str(v) for v in version])
0 commit comments