Skip to content

Commit 0fbd698

Browse files
codegeschreittmc
authored andcommitted
prepare release 0.5.1 (#467)
1 parent 2ae4885 commit 0fbd698

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
Changelog
77
=========
88

9+
0.5.1 (2018-08-23)
10+
---------------------
11+
Added
12+
^^^^^
13+
14+
* Support for BigchainDB server v2.0.0.b5.
15+
* added round-robin strategy to connect to nodes of the BigchainDB network `BEP 14 <https://github.com/bigchaindb/BEPs/tree/master/14>`_
16+
917
0.5.0 (2018-06-14)
1018
---------------------
1119
Added

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Compatibility Matrix
139139
+-----------------------+---------------------------+
140140
| **BigchainDB Server** | **BigchainDB Driver** |
141141
+=======================+===========================+
142+
| ``>= 2.0.0b5`` | ``0.5.1`` |
143+
+-----------------------+---------------------------+
142144
| ``>= 2.0.0b1`` | ``0.5.0`` |
143145
+-----------------------+---------------------------+
144146
| ``>= 2.0.0a3`` | ``0.5.0a4`` |

bigchaindb_driver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = 'BigchainDB'
99
__email__ = '[email protected]'
10-
__version__ = '0.5.0'
10+
__version__ = '0.5.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name='bigchaindb_driver',
51-
version='0.5.0',
51+
version='0.5.1',
5252
description="Python driver for BigchainDB",
5353
long_description=readme + '\n\n' + changelog,
5454
author="BigchainDB",

0 commit comments

Comments
 (0)