Skip to content

Commit 604c923

Browse files
committedAug 4, 2014
Bumped to version 0.3.1
1 parent 0b23662 commit 604c923

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
 

‎NEWS.txt

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
News
22
====
33

4+
0.3.1
5+
-----
6+
7+
*Release date: 4-Aug-2014*
8+
9+
* Added consisten read option
10+
* Fixed timeout parameter in read()
11+
* Added atomic delete parameter support
12+
* Fixed delete behaviour
13+
* Added update method that allows atomic updated on results
14+
* Fixed checks on write()
15+
* Added leaves generator to EtcdResult and get_subtree for recursive fetch
16+
* Added etcd_index to EtcdResult
17+
* Changed ethernal -> eternal
18+
* Updated urllib3 & pyOpenSSL libraries
19+
* Several performance fixes
20+
* Better parsing of etcd_index and raft_index
21+
* Removed duplicated tests
22+
* Added several integration and unit tests
23+
* Use etcd v0.3.0 in travis
24+
* Execute test using `python setup.py test` and nose
25+
26+
427
0.3.0
528
-----
629

@@ -35,4 +58,3 @@ News
3558
*Release date: 18-Sep-2013*
3659

3760
* Initial release
38-

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
77

88

9-
version = '0.3.0'
9+
version = '0.3.1'
1010

1111
install_requires = [
1212
'urllib3>=1.7',

0 commit comments

Comments
 (0)
Please sign in to comment.