bump to doc 0.6.6

This commit is contained in:
twmht 2017-04-25 08:30:46 +08:00
parent da826b4d25
commit 995e7c77b8
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ copyright = u'2014, sh'
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.4'
release = '0.6.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -216,7 +216,7 @@ The following example python merge operator implements a counter ::
# prints b'2'
print db.get(b"a")
We provide a set of default operators ``uintadd64`` and ``stringappend``::
We provide a set of default operators ``rocksdb.merge_operators.UintAddOperator`` and ``rocksdb.merge_operators.StringAppendOperator``::
from rocksdb.merge_operators import UintAddOperator, StringAppendOperator
opts = rocksdb.Options()