From d2749381494710fa7e9484b6432b36b0a9243dc3 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Thu, 28 Jul 2022 18:09:58 -0400 Subject: [PATCH 1/2] change version to 0.9.0 for pending release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec08832..34acce4 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="faust-streaming-rocksdb", - version='0.8.0', + version='0.9.0', description="Python bindings for RocksDB", keywords='rocksdb', author='Ming Hsuan Tu', From 1a71d9da9bdd4fcadb5464b1f66c1a1bc7dcb95d Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Thu, 28 Jul 2022 18:10:44 -0400 Subject: [PATCH 2/2] add python3.10 tested note to docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index f69937c..af6c1dc 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:: db.put(b"a", b"b") print db.get(b"a") -Tested with python3.8 and python3.9 and RocksDB version 6.11.4. +Tested with python3.8, python3.9, python3.10, and RocksDB version 6.11.4. .. toctree:: :maxdepth: 2