From d1a94d7eebc04f65dbdb361d8378bb93acf858b9 Mon Sep 17 00:00:00 2001 From: hofmockel Date: Sun, 5 Jul 2015 13:55:17 +0200 Subject: [PATCH] Mention which rocksdb version was used for the latest tests. --- docs/changelog.rst | 1 + docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f31d6c4..2710705 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,7 @@ Changelog Version 0.3 ----------- +This version works with RocksDB version v3.11. Backward Incompatible Changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/index.rst b/docs/index.rst index 3e770f4..35be5ee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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