Merge pull request #226 from bigchaindb/0.2.0

Updated version number and changelog
This commit is contained in:
Rodolphe Marques 2016-04-26 11:38:56 +02:00
commit 73fcd4a905
2 changed files with 7 additions and 6 deletions

View File

@ -14,10 +14,10 @@ For reference, the possible headings are:
* **External Contributors** to list contributors outside of ascribe GmbH.
## [Unreleased] - YYYY-MM-DD
Tag name: TBD
= commit: TBD
committed: TBD
## [0.2.0] - 2016-04-26
Tag name: v0.2.0
= commit: 0c4a2b380aabdcf50fa2d7fb351c290aaedc3db7
committed: April 26, 2016, 11:09 AM GMT+2
### Added
- Ability to use environment variables to set (or partially set) configuration settings: [Pull Request #153](https://github.com/bigchaindb/bigchaindb/pull/153)
@ -50,6 +50,7 @@ committed: TBD
### Fixed
- Bug related to config overwrite: [Pull Request #97](https://github.com/bigchaindb/bigchaindb/pull/97)
- Bug related to running the `bigchaindb-benchmark load` on docker [Pull Request #225](https://github.com/bigchaindb/bigchaindb/pull/225)
## External Contributors
- [@thedoctor](https://github.com/thedoctor): Pull Requests

View File

@ -1,2 +1,2 @@
__version__ = '0.1.5'
__short_version__ = '0.1'
__version__ = '0.2.0'
__short_version__ = '0.2'