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

backend on main still has version 1.17.0dev0 #116

Closed
mattip opened this issue Aug 21, 2024 · 1 comment
Closed

backend on main still has version 1.17.0dev0 #116

mattip opened this issue Aug 21, 2024 · 1 comment

Comments

@mattip
Copy link
Contributor

mattip commented Aug 21, 2024

These places still use 1.17.0dev0 as the version, shouldn't they be updated (on main, the release-1.17 branch is correct)?

$ 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"
@tacaswell
Copy link
Contributor

This would be closed by #112

@mattclay mattclay closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants