Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 6.29.4 plus 752fea5d4400198bc8a591b7d795d1c8d5f12230 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: build
on:
push:
branches:
- master
on: ["push", "pull_request", "workflow_dispatch"]
jobs:
manylinux:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion rocksdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._rocksdb import *

ROCKSDB_VERSION = '6.25.3' # 0103296f39ec3fd89b4cdda9687c63fde90eec24
ROCKSDB_VERSION = '6.29.4' # ad155621274f6bb459fe390c7be268f2a22191a6
__version__ = "0.8.2"
2 changes: 1 addition & 1 deletion src/rocksdb