Compare commits

...

3 commits

Author SHA1 Message Date
Jack Robison 2d0fa976ef
fix ci 2022-08-02 11:38:44 -04:00
Jack Robison 8da43cc027
test 2022-08-01 14:52:38 -04:00
Jack Robison 2d08dfd976
update to 7.4.4 2022-08-01 14:50:37 -04:00
4 changed files with 4 additions and 3 deletions

View file

@ -6,6 +6,7 @@ on:
push: push:
branches: branches:
- master - master
- update-v7.4.4
jobs: jobs:
manylinux: manylinux:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04

View file

@ -1,4 +1,4 @@
from ._rocksdb import * from ._rocksdb import *
ROCKSDB_VERSION = '6.25.3' # 0103296f39ec3fd89b4cdda9687c63fde90eec24 ROCKSDB_VERSION = '7.4.4' # e656fa3d196c5b4c8a77255db1e6cd36a7ded348
__version__ = "0.8.2" __version__ = "0.8.2"

View file

@ -20,7 +20,7 @@ with open(os.path.join(os.path.dirname(__file__), 'rocksdb', '__init__.py'), 'r'
version = version_line.split('__version__ = "')[1][:-2] version = version_line.split('__version__ = "')[1][:-2]
EXTRA_COMPILE_ARGS = [ EXTRA_COMPILE_ARGS = [
'-std=c++11', '-std=c++17',
'-fPIC', '-fPIC',
'-Os', '-Os',
'-Wall', '-Wall',

@ -1 +1 @@
Subproject commit 752fea5d4400198bc8a591b7d795d1c8d5f12230 Subproject commit e656fa3d196c5b4c8a77255db1e6cd36a7ded348