Mention which rocksdb version was used for the latest tests.
This commit is contained in:
parent
2ef04007c4
commit
d1a94d7eeb
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue