From 78e1d9a20a74beb6311f7be432a9af3134196b3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Mar 2026 19:19:23 +0000 Subject: [PATCH] release: temply v0.8.0 --- pyproject.toml | 2 +- src/temply/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f1066c5..6377353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "temply" -version = "0.7.5-dev" +version = "0.8.0" description = "Render jinja2 templates on the command line with shell environment variables." authors = [ { name = "Adrien Mannocci", email = "adrien.mannocci@gmail.com" } diff --git a/src/temply/__init__.py b/src/temply/__init__.py index fa6f77f..777f190 100644 --- a/src/temply/__init__.py +++ b/src/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.7.5-dev" +__version__ = "0.8.0"