Skip to content

Commit

Permalink
Last PR before the v0.5.3 release (#479)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG.rst for the v0.5.3 release

* Updated the version & README for v0.5.3 release
  • Loading branch information
ttmc committed Sep 12, 2018
1 parent 89966aa commit 9f332e7
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.3 (2018-09-12)
------------------
Changed
^^^^^^^
* Fixed a failing unit test
* Pinned cryptoconditions==0.7.2 in setup.py
* Fixed the Handcrafting Transactions page in the docs

0.5.2 (2018-08-31)
-------------------
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.3`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b5`` | ``0.5.2`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b5`` | ``0.5.1`` |
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.2'
__version__ = '0.5.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@

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

0 comments on commit 9f332e7

Please sign in to comment.