File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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+
9170.5.2 (2018-08-31)
1018-------------------
1119Added
Original file line number Diff line number Diff 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 `` |
Original file line number Diff line number Diff line change 77
88__author__ = 'BigchainDB'
9910- __version__ = '0.5.2 '
10+ __version__ = '0.5.3 '
Original file line number Diff line number Diff line change 4848
4949setup (
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" ,
You can’t perform that action at this time.
0 commit comments