Commit 41bcbdf
authored
Move the package version with the tag (#44)
The tags reached v0.1.1 and the version in pyproject.toml never left 0.1.0, so every catalog apply wrote carries "X-Generator: pydocvi 0.1.0" while .pydocvi-version in the content repo pins v0.1.1. Two records of which tool wrote the corpus, disagreeing, which is the same fault as the audit and apply disagreeing about the generator and it is worth no more here than it was there. The whole point of writing the version into the header is to be able to tell which tool wrote a file that turns out to be wrong.
Bumped to 0.1.2 to match the tag being cut for the passthrough and refuzzy work. This rewrites the X-Generator line in all 548 catalogs, which costs nothing this time because that pass is rewriting them anyway.1 parent f437882 commit 41bcbdf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments