Skip to content

Commit

Permalink
Prepare for the release of version 0.6.2 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmc authored Nov 3, 2018
1 parent 9721e60 commit 5aa7bfe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
Changelog
=========

0.6.2 (2018-11-03)
------------------
Changed
^^^^^^^
* In setup.py, changed python-rapidjson==0.6.0 to ~=0.6.0,
and changed requests>=2.11.0 to >=2.20.0

0.6.1 (2018-10-21)
------------------
Fixed
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ Compatibility Matrix
+-----------------------+---------------------------+
| **BigchainDB Server** | **BigchainDB Driver** |
+=======================+===========================+
| ``>= 2.0.0b7`` | ``0.6.2`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b7`` | ``0.6.1`` |
+-----------------------+---------------------------+
| ``>= 2.0.0b7`` | ``0.6.0`` |
Expand Down
2 changes: 1 addition & 1 deletion bigchaindb_driver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'BigchainDB'
__email__ = '[email protected]'
__version__ = '0.6.1'
__version__ = '0.6.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setup(
name='bigchaindb_driver',
version='0.6.1',
version='0.6.2',
description="Python driver for BigchainDB",
long_description=readme + '\n\n' + changelog,
author="BigchainDB",
Expand Down

0 comments on commit 5aa7bfe

Please sign in to comment.