Mention which rocksdb version was used for the latest tests.

This commit is contained in:
hofmockel 2015-07-05 13:55:17 +02:00
parent 2ef04007c4
commit d1a94d7eeb
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Changelog
Version 0.3 Version 0.3
----------- -----------
This version works with RocksDB version v3.11.
Backward Incompatible Changes: Backward Incompatible Changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View file

@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
print db.get(b"a") print db.get(b"a")
Tested with python2.7 and python3.3 and RocksDB version 3.10 Tested with python2.7 and python3.3 and RocksDB version 3.11
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2