Skip to content

Commit 41bcbdf

Browse files
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

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-docs-vi-translator"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "Translates the CPython documentation into Vietnamese gettext catalogs, with a deterministic audit over every string it writes"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)