Closed mattip closed 2 months ago
These places still use 1.17.0dev0 as the version, shouldn't they be updated (on main, the release-1.17 branch is correct)?
main
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"
This would be closed by https://github.com/python-cffi/cffi/pull/112
These places still use 1.17.0dev0 as the version, shouldn't they be updated (on
main
, therelease-1.17
branch is correct)?