From 738bcbd36a08d685ae3f4fc0b2800c1d6a3eb224 Mon Sep 17 00:00:00 2001 From: tamnd <1218621+tamnd@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:22:23 +0700 Subject: [PATCH] Version 0.1.3 The PO-Revision-Date fix has to reach the content repo, and the content repo installs the tool by tag. v0.1.2 is already pinned on main there and has already run in CI, so it is not moved. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0361928..2f30b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-docs-vi-translator" -version = "0.1.2" +version = "0.1.3" description = "Translates the CPython documentation into Vietnamese gettext catalogs, with a deterministic audit over every string it writes" readme = "README.md" license = "MIT"