File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.5.0a3 (2018-05-07)
4+ 0.5.0a4 (2018-05-07)
55---------------------
66* `Removed dependencies from BigchainDB Server package <https://github.com/bigchaindb/bigchaindb-driver/pull/411 >`_.
77
8+
890.5.0a2 (2018-04-18)
910---------------------
1011* `The default mode for sending a transaction is now commit <https://github.com/bigchaindb/bigchaindb-driver/issues/386 >`_.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Compatibility Matrix
5858+-----------------------+---------------------------+
5959| **BigchainDB Server ** | **BigchainDB Driver ** |
6060+=======================+===========================+
61- | ``>= 2.0.0a3 `` | ``0.5.0a3 `` |
61+ | ``>= 2.0.0a3 `` | ``0.5.0a4 `` |
6262+-----------------------+---------------------------+
6363| ``>= 2.0.0a2 `` | ``0.5.0a2 `` |
6464+-----------------------+---------------------------+
Original file line number Diff line number Diff line change 33
44__author__ = 'BigchainDB'
556- __version__ = '0.5.0a3 '
6+ __version__ = '0.5.0a4 '
Original file line number Diff line number Diff line change 4646
4747setup (
4848 name = 'bigchaindb_driver' ,
49- version = '0.5.0a3 ' ,
49+ version = '0.5.0a4 ' ,
5050 description = "Python driver for BigchainDB" ,
5151 long_description = readme + '\n \n ' + changelog ,
5252 author = "BigchainDB" ,
You can’t perform that action at this time.
0 commit comments