From df29b425d344fb7dfa29fc985a0b2df65bc3d1f9 Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Sun, 30 Aug 2015 12:22:52 +0200
Subject: [PATCH] Update the versions (python,rocksdb) pyrocksdb 0.4 was tested
 with.

---
 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 18369a7..988a3eb 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,6 +3,7 @@ Changelog
 
 Version 0.4
 -----------
+This version works with RocksDB v3.12.
 
 * Added :py:func:`repair_db`.
 * Added :py:meth:`rocksdb.Options.row_cache`
diff --git a/docs/index.rst b/docs/index.rst
index 35be5ee..44dc567 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.11
+Tested with python2.7 and python3.4 and RocksDB version 3.12
 
 .. toctree::
     :maxdepth: 2
-- 
GitLab