Skip to content

Commit

Permalink
Last PR before release of version 0.6.1 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmc authored Oct 21, 2018
1 parent 6f96252 commit 3c5a0cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
Changelog
=========

0.6.1 (2018-10-21)
------------------
Fixed
^^^^^
* Fixed the problem with a docs page (Handcrafting Transactions) that wouldn't build.

0.6.0 (2018-10-20)
------------------
Changed
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ Compatibility Matrix
+-----------------------+---------------------------+
| **BigchainDB Server** | **BigchainDB Driver** |
+=======================+===========================+
| ``>= 2.0.0b7`` | ``0.6.1`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b7`` | ``0.6.0`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b5`` | ``0.5.3`` |
Expand Down
2 changes: 1 addition & 1 deletion bigchaindb_driver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'BigchainDB'
__email__ = '[email protected]'
__version__ = '0.6.0'
__version__ = '0.6.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

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

0 comments on commit 3c5a0cc

Please sign in to comment.