Skip to content

Commit adb339f

Browse files
committed
bump version; update changelog
1 parent e2ae4f5 commit adb339f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
0.4.2
5+
------
6+
7+
Features
8+
~~~~~~~~
9+
10+
* Add status endpoints (thanks @cruatta!)
11+
412
0.4.1
513
------
614

consul/__init__.py

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

33
from consul.std import Consul
44

0 commit comments

Comments
 (0)