mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
v1.0.7 tag still have old 1.0.6 number in version.h #253
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anthrotype on GitHub (Oct 23, 2018).
https://github.com/google/brotli/blob/master/c/common/version.h#L17
I noticed when attempting to build new python wheels from the v1.0.7 tag.
The name of the wheel is the same as the previous one bearing version 1.0.6, and thus it can't be deployed to PyPI:
https://travis-ci.org/google/brotli-wheels/jobs/445027040#L593
I suggest deleting the tag, fixing up the version string and tagging again.