Skip to content
Snippets Groups Projects
Commit d1a94d7e authored by hofmockel's avatar hofmockel
Browse files

Mention which rocksdb version was used for the latest tests.

parent 2ef04007
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Changelog
Version 0.3
-----------
This version works with RocksDB version v3.11.
Backward Incompatible Changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
......@@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
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::
:maxdepth: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment