From a3555dca7691cb76cd2b329b0758ddd70d6a6927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:00:00 -0600 Subject: [PATCH] Release version 2.17.0 (#102) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 043814f..3e8ec3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "combine" -version = "2.16.0" +version = "2.17.0" description = "A straightforward static site builder." authors = ["Dropseed "] license = "MIT"