Skip to content

Commit 9f332e7

Browse files
authored
Last PR before the v0.5.3 release (#479)
* Updated CHANGELOG.rst for the v0.5.3 release * Updated the version & README for v0.5.3 release
1 parent 89966aa commit 9f332e7

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.3 (2018-09-12)
10+
------------------
11+
Changed
12+
^^^^^^^
13+
* Fixed a failing unit test
14+
* Pinned cryptoconditions==0.7.2 in setup.py
15+
* Fixed the Handcrafting Transactions page in the docs
16+
917
0.5.2 (2018-08-31)
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.3`` |
143+
+-----------------------+---------------------------+
142144
| ``>= 2.0.0b5`` | ``0.5.2`` |
143145
+-----------------------+---------------------------+
144146
| ``>= 2.0.0b5`` | ``0.5.1`` |

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.2'
10+
__version__ = '0.5.3'

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.2',
51+
version='0.5.3',
5252
description="Python driver for BigchainDB",
5353
long_description=readme + '\n\n' + changelog,
5454
author="BigchainDB",

0 commit comments

Comments
 (0)