From 42d77bd87c7f54fee654c3fc9646804df6dad3cd Mon Sep 17 00:00:00 2001 From: tamnd <1218621+tamnd@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:22:19 +0700 Subject: [PATCH] Version 0.1.5 The fence licence in #51 changes what the audit reports, so the corpus that ships the regenerated reports needs a tag naming the tool that produced them. --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a73376..11538c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-docs-vi-translator" -version = "0.1.4" +version = "0.1.5" 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 ebc61bb..74f9ebd 100644 --- a/uv.lock +++ b/uv.lock @@ -678,7 +678,7 @@ wheels = [ [[package]] name = "python-docs-vi-translator" -version = "0.1.4" +version = "0.1.5" source = { editable = "." } dependencies = [ { name = "httpx" },