Skip to content

Commit

Permalink
Updated changelog & version to prep for v0.6.0 release (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmc committed Oct 20, 2018
1 parent 75b69c2 commit 3bf2a57
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,23 @@
Changelog
=========

0.6.0 (2018-10-20)
------------------
Changed
^^^^^^^
* Added support for deterministic keypair generation from a 32-byte seed.
See pull request #487 by external contributor @excerebrose
* Pinned cryptoconditions==0.8.0 in setup.py

Removed
^^^^^^^
* The send() function was removed. See pull request #483.

Known issues
^^^^^^^^^^^^
* Builds of the Handcrafting Transactions page started failing again,
in Travis CI and on ReadTheDocs.

0.5.3 (2018-09-12)
------------------
Changed
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -139,6 +139,8 @@ Compatibility Matrix
+-----------------------+---------------------------+
| **BigchainDB Server** | **BigchainDB Driver** |
+=======================+===========================+
| ``>= 2.0.0b7`` | ``0.6.0`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b5`` | ``0.5.3`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b5`` | ``0.5.2`` |
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.3'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,7 +49,7 @@

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

0 comments on commit 3bf2a57

Please sign in to comment.