From 73eb85f2468f10068691600a2a56f6a9b2717b5c Mon Sep 17 00:00:00 2001 From: adamghill Date: Sun, 20 Mar 2022 16:52:30 -0400 Subject: [PATCH] Bump version to 0.18.2. --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7662603..0b0d4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.18.2 + +- Add `request` to the template context when building static sites. + # 0.18.1 - Fix bug where static site path was incorrect. diff --git a/pyproject.toml b/pyproject.toml index f1f23bc..ec0223e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version", "description"] [tool.poetry] name = "coltrane-web" -version = "0.18.1" +version = "0.18.2" description = "A simple content site framework that harnesses the power of Django without the hassle." authors = ["adamghill "] license = "MIT"