We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
These places still use 1.17.0dev0 as the version, shouldn't they be updated (on main, the release-1.17 branch is correct)?
release-1.17
$ git grep 1.17.0.dev0 doc/source/conf.py:release = '1.17.0.dev0' setup.py: version='1.17.0.dev0', src/c/_cffi_backend.c:#define CFFI_VERSION "1.17.0.dev0" src/c/test_c.py:assert __version__ == "1.17.0.dev0", ("This test_c.py file is for testing a version" src/cffi/__init__.py:__version__ = "1.17.0.dev0" src/cffi/_embedding.h: "\ncompiled with cffi version: 1.17.0.dev0"
The text was updated successfully, but these errors were encountered:
This would be closed by #112
Sorry, something went wrong.
No branches or pull requests
These places still use 1.17.0dev0 as the version, shouldn't they be updated (on
main
, therelease-1.17
branch is correct)?The text was updated successfully, but these errors were encountered: