From cfe3f834575a9cf0f634fe911330e45d8caffd2c Mon Sep 17 00:00:00 2001 From: adamghill Date: Sat, 25 May 2024 22:55:47 -0400 Subject: [PATCH] Bump to 0.35.4. --- CHANGELOG.md | 4 ++++ docs/source/changelog.md | 4 ++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da952c..1a53252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.35.4 + +- Prevent missing `compress` templatetag from raising an error when calling the `compress` management command. + ## 0.35.3 - Set `COMPRESS_OFFLINE=True` when running the `compress` management command. diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 7da952c..1a53252 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.35.4 + +- Prevent missing `compress` templatetag from raising an error when calling the `compress` management command. + ## 0.35.3 - Set `COMPRESS_OFFLINE=True` when running the `compress` management command. diff --git a/pyproject.toml b/pyproject.toml index a3de945..0bf265e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version", "description"] [tool.poetry] name = "coltrane" -version = "0.35.3" +version = "0.35.4" description = "A minimal app framework for content sites 🎵" authors = ["adamghill "] license = "MIT"