From 89c9e56efaac70f872d7c32879b59737eda7f53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Santos?= Date: Fri, 27 Jan 2023 10:50:33 +0000 Subject: [PATCH] Release 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug Fixes: - Python style booleans values on environment variables no longer cause and error. Signed-off-by: João Santos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a9e52f..df24a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tomlenv" -version = "0.2.1" +version = "0.2.2" description = "Environment Wrapped TOML" authors = ["João Santos "] readme = "README.md"