From d65a4d544fc6c0b8fa70c6796afc2c09a6186ca4 Mon Sep 17 00:00:00 2001 From: zanjonke Date: Tue, 24 Feb 2026 06:47:33 +0100 Subject: [PATCH] v0.2.11 --- config/system_config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/system_config.yaml b/config/system_config.yaml index 6d658ef..fd9057e 100644 --- a/config/system_config.yaml +++ b/config/system_config.yaml @@ -1,4 +1,4 @@ -client_version: "0.2.10" +client_version: "0.2.11" error_messages: template_not_found: diff --git a/pyproject.toml b/pyproject.toml index f673c68..a79fea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "codeplain" -version = "0.2.9" +version = "0.2.11" description = "Transform plain language specifications into working code" readme = "README.md" requires-python = "==3.11"