Merge remote-tracking branch 'origin/master' into kyber-master-feat-cors

This commit is contained in:
diminator 2017-03-31 11:27:18 +02:00
commit f589b28d3c
3 changed files with 17 additions and 4 deletions

View File

@ -14,11 +14,17 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
exclude: exclude:
- python: 3.4 - python: 3.4
env: TOXENV=flake8 env: TOXENV=flake8
- python: 3.4 - python: 3.4
env: TOXENV=docsroot env: TOXENV=docsroot
- python: 3.4 - python: 3.4
env: TOXENV=docsserver
- python: 3.5
env: TOXENV=flake8
- python: 3.5
env: TOXENV=docsroot
- python: 3.5
env: TOXENV=docsserver env: TOXENV=docsserver
include: include:
- python: 3.4 - python: 3.4

View File

@ -15,6 +15,13 @@ For reference, the possible headings are:
* **External Contributors** to list contributors outside of BigchainDB GmbH. * **External Contributors** to list contributors outside of BigchainDB GmbH.
* **Notes** * **Notes**
## [0.9.5] - 2017-03-29
Tag name: v0.9.5
### Fixed
Upgrade `python-rapidjson` to `0.0.11`(fixes #1350 - thanks to @ferOnti for
reporting).
## [0.9.4] - 2017-03-16 ## [0.9.4] - 2017-03-16
Tag name: v0.9.4 Tag name: v0.9.4

View File

@ -3,7 +3,7 @@ skipsdist = true
envlist = py{34,35,36}-{rethinkdb,mongodb}, flake8, docsroot, docsserver envlist = py{34,35,36}-{rethinkdb,mongodb}, flake8, docsroot, docsserver
[base] [base]
basepython = python3.5 basepython = python3.6
deps = pip>=9.0.1 deps = pip>=9.0.1
[testenv] [testenv]