From b00f1ac9947dd4f0758218d5d765c00d68c3ca40 Mon Sep 17 00:00:00 2001 From: adamghill Date: Fri, 3 Jan 2025 20:25:33 -0500 Subject: [PATCH] Bump to 0.38.1. --- 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 6d3ba0e..b4e2e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.38.1 + +- Clean up code. + ## 0.38.0 - Better support for multiple domains and custom sites. diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 6d3ba0e..b4e2e21 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.38.1 + +- Clean up code. + ## 0.38.0 - Better support for multiple domains and custom sites. diff --git a/pyproject.toml b/pyproject.toml index 6c76e62..e24e61d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "coltrane" authors = [ {name = "Adam Hill", email = "adam@adamghill.com"} ] -version = "0.38.0" +version = "0.38.1" description = "A minimal app framework for content sites 🎵" readme = "README.md" license = {file = "LICENSE"}