We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255182f commit 931fc54Copy full SHA for 931fc54
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Change log
2
==========
3
4
+0.3.18
5
+------
6
+
7
+Features
8
+~~~~~~~~
9
10
+* Fix distribution for consul.aio for python3 (thanks @mbachry!)
11
+* Adding ability to register checks with services (thanks @cruatta!)
12
13
0.3.17
14
------
15
consul/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.3.17'
+__version__ = '0.3.18'
from consul.std import Consul
0 commit comments