Skip to content

Commit 5aa7bfe

Browse files
authored
Prepare for the release of version 0.6.2 (#493)
1 parent 9721e60 commit 5aa7bfe

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
Changelog
77
=========
88

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+
916
0.6.1 (2018-10-21)
1017
------------------
1118
Fixed

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.0b7`` | ``0.6.2`` |
143+
+-----------------------+---------------------------+
142144
| ``>= 2.0.0b7`` | ``0.6.1`` |
143145
+-----------------------+---------------------------+
144146
| ``>= 2.0.0b7`` | ``0.6.0`` |

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__ = 'dev@bigchaindb.com'
10-
__version__ = '0.6.1'
10+
__version__ = '0.6.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name='bigchaindb_driver',
52-
version='0.6.1',
52+
version='0.6.2',
5353
description="Python driver for BigchainDB",
5454
long_description=readme + '\n\n' + changelog,
5555
author="BigchainDB",

0 commit comments

Comments
 (0)