Skip to content

Commit

Permalink
prepare release 0.5.1 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
codegeschrei authored and ttmc committed Aug 23, 2018
1 parent 2ae4885 commit 0fbd698
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,14 @@
Changelog
=========

0.5.1 (2018-08-23)
---------------------
Added
^^^^^

* Support for BigchainDB server v2.0.0.b5.
* added round-robin strategy to connect to nodes of the BigchainDB network `BEP 14 <https://github.com/bigchaindb/BEPs/tree/master/14>`_

0.5.0 (2018-06-14)
---------------------
Added
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -139,6 +139,8 @@ Compatibility Matrix
+-----------------------+---------------------------+
| **BigchainDB Server** | **BigchainDB Driver** |
+=======================+===========================+
| ``>= 2.0.0b5`` | ``0.5.1`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b1`` | ``0.5.0`` |
+-----------------------+---------------------------+
| ``>= 2.0.0a3`` | ``0.5.0a4`` |
Expand Down
2 changes: 1 addition & 1 deletion bigchaindb_driver/__init__.py
Expand Up @@ -7,4 +7,4 @@

__author__ = 'BigchainDB'
__email__ = 'dev@bigchaindb.com'
__version__ = '0.5.0'
__version__ = '0.5.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@

setup(
name='bigchaindb_driver',
version='0.5.0',
version='0.5.1',
description="Python driver for BigchainDB",
long_description=readme + '\n\n' + changelog,
author="BigchainDB",
Expand Down

0 comments on commit 0fbd698

Please sign in to comment.