Skip to content

Commit 931fc54

Browse files
committed
bump version; update changelog
1 parent 255182f commit 931fc54

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change log
22
==========
33

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+
413
0.3.17
514
------
615

consul/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.17'
1+
__version__ = '0.3.18'
22

33
from consul.std import Consul
44

0 commit comments

Comments
 (0)