From 1e39f00d0084a78d9b0f1639c75b68a557ed054b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Sep 2026 15:26:01 +0000 Subject: [PATCH] release: temply v0.8.2 --- distributions/packages/nfpm.amd64.yaml | 2 +- distributions/packages/nfpm.arm64.yaml | 2 +- pyproject.toml | 2 +- src/temply/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distributions/packages/nfpm.amd64.yaml b/distributions/packages/nfpm.amd64.yaml index 823117f..59b1b40 100644 --- a/distributions/packages/nfpm.amd64.yaml +++ b/distributions/packages/nfpm.amd64.yaml @@ -1,6 +1,6 @@ name: "temply" arch: "amd64" -version: "0.8.2-dev" +version: "0.8.2" section: "default" priority: "extra" maintainer: "Adrien Mannocci " diff --git a/distributions/packages/nfpm.arm64.yaml b/distributions/packages/nfpm.arm64.yaml index ca13205..854414b 100644 --- a/distributions/packages/nfpm.arm64.yaml +++ b/distributions/packages/nfpm.arm64.yaml @@ -1,6 +1,6 @@ name: "temply" arch: "arm64" -version: "0.8.2-dev" +version: "0.8.2" section: "default" priority: "extra" maintainer: "Adrien Mannocci " diff --git a/pyproject.toml b/pyproject.toml index 8660253..dcfbd61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "temply" -version = "0.8.2-dev" +version = "0.8.2" 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 1949201..deded32 100644 --- a/src/temply/__init__.py +++ b/src/temply/__init__.py @@ -1 +1 @@ -__version__ = "0.8.2-dev" +__version__ = "0.8.2"