From 386d278e5627c70442a7b98298768ad9f08ee38c Mon Sep 17 00:00:00 2001 From: tamnd <1218621+tamnd@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:46:50 +0700 Subject: [PATCH] Version 0.1.4 The identifier rule changes what apply writes, so the content repo needs a tag to pin to. X-Generator and .pydocvi-version have to name the same build or the audit is checking a corpus against a tool that did not write it. --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f30b74..8a73376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-docs-vi-translator" -version = "0.1.3" +version = "0.1.4" description = "Translates the CPython documentation into Vietnamese gettext catalogs, with a deterministic audit over every string it writes" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 7e5b028..ebc61bb 100644 --- a/uv.lock +++ b/uv.lock @@ -678,7 +678,7 @@ wheels = [ [[package]] name = "python-docs-vi-translator" -version = "0.1.3" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "httpx" },