File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 6
6
Changelog
7
7
=========
8
8
9
+ 0.6.2 (2018-11-03)
10
+ ------------------
11
+ Changed
12
+ ^^^^^^^
13
+ * In setup.py, changed python-rapidjson==0.6.0 to ~=0.6.0,
14
+ and changed requests>=2.11.0 to >=2.20.0
15
+
9
16
0.6.1 (2018-10-21)
10
17
------------------
11
18
Fixed
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ Compatibility Matrix
139
139
+-----------------------+---------------------------+
140
140
| **BigchainDB Server ** | **BigchainDB Driver ** |
141
141
+=======================+===========================+
142
+ | ``>= 2.0.0b7 `` | ``0.6.2 `` |
143
+ +-----------------------+---------------------------+
142
144
| ``>= 2.0.0b7 `` | ``0.6.1 `` |
143
145
+-----------------------+---------------------------+
144
146
| ``>= 2.0.0b7 `` | ``0.6.0 `` |
Original file line number Diff line number Diff line change 7
7
8
8
__author__ = 'BigchainDB'
9
9
__email__ = 'dev@bigchaindb.com'
10
- __version__ = '0.6.1 '
10
+ __version__ = '0.6.2 '
Original file line number Diff line number Diff line change 49
49
50
50
setup (
51
51
name = 'bigchaindb_driver' ,
52
- version = '0.6.1 ' ,
52
+ version = '0.6.2 ' ,
53
53
description = "Python driver for BigchainDB" ,
54
54
long_description = readme + '\n \n ' + changelog ,
55
55
author = "BigchainDB" ,
You can’t perform that action at this time.
0 commit comments