From 80088fe2b51b37a574e1f5336048adbee949f12b Mon Sep 17 00:00:00 2001 From: adamghill Date: Sun, 25 Feb 2024 23:37:04 -0500 Subject: [PATCH] Bump to 0.32.0. --- CHANGELOG.md | 5 +++++ docs/source/changelog.md | 5 +++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e92cb..32ab972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.32.0 + +- Add `pubdate` to RSS feed [#61](https://github.com/adamghill/coltrane/pull/61) by [Tobi-De](https://github.com/Tobi-De). +- Support setting a custom `TIME_ZONE`. + ## 0.31.0 - Create example `Dockerfile` and `gunicorn.conf.py` files for easier deployments of `coltrane` apps. diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 83e92cb..32ab972 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.32.0 + +- Add `pubdate` to RSS feed [#61](https://github.com/adamghill/coltrane/pull/61) by [Tobi-De](https://github.com/Tobi-De). +- Support setting a custom `TIME_ZONE`. + ## 0.31.0 - Create example `Dockerfile` and `gunicorn.conf.py` files for easier deployments of `coltrane` apps. diff --git a/pyproject.toml b/pyproject.toml index 2dc2d50..e02e593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version", "description"] [tool.poetry] name = "coltrane" -version = "0.31.0" +version = "0.32.0" description = "A Dynamic Site Generator that harnesses the power of Django without the hassle 🎵." authors = ["adamghill "] license = "MIT"