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

'master' is not bound to any rocksdb version

parent eef60b3a
No related branches found
No related tags found
No related merge requests found
Changelog
*********
Upcoming Version
----------------
Version 0.3
-----------
Target is rocksdb 3.0
Version 0.2
----------------
-----------
This version works with RocksDB version 2.8.fb. Now you have access to the more
advanced options of rocksdb. Like changing the memtable or SST representation.
......
......@@ -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 2.8.fb
Tested with python2.7 and python3.3 and RocksDB version xxxxx
.. toctree::
:maxdepth: 2
......
......@@ -12,7 +12,6 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
$ apt-get install build-essential
$ apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
$ git clone https://github.com/facebook/rocksdb.git
$ git checkout 2.8.fb
$ cd rocksdb
$ make shared_lib
......
......@@ -28,7 +28,7 @@ mod1 = Extension(
setup(
name="pyrocksdb",
version='0.2',
version='0.3',
description="Python bindings for RocksDB",
keywords='rocksdb',
author='Stephan Hofmockel',
......
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